# File lib/amalgalite/schema.rb, line 47
    def load_schema!
      load_tables
      load_views
      @schema_version = self.current_version
      nil
    end