Having a bit of trouble getting dump_schema_migrations to work with PG. All the examples I could found around the web and the mailing list indicated that the format was correct. Any ideas?
require 'sequel/extensions/schema_dumper' Sequel.extension :schema_dumper DB = Sequel.connect(...) puts DB.dump_schema_migration #> NoMethodError: undefined method `dump_schema_migration' for #<Sequel::Postgres::Database:0x007fde22822398> -- 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 http://groups.google.com/group/sequel-talk. For more options, visit https://groups.google.com/d/optout.
