Hi, there! I have been using the Schema Dumper extension, and I was wondering if I could do the reverse operation: load the schema from file.
I realized that the schema dump file works just like a migration, so I can find a way to use it like one. Does Sequel have any helper functions for that like in Active Record? I want to do something like: rake db:schema:dump[database_name] rake db:schema:load[database_name] It would be great if it would automatically populate the "schema_info" table as well. Regards, Giovanni -- You received this message because you are subscribed to the Google Groups "sequel-talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/sequel-talk. For more options, visit https://groups.google.com/d/optout.
