On Wednesday, August 17, 2016 at 2:00:20 PM UTC-7, Adam G wrote: > > I've noticed that the migration dump/load functionality doesn't appear to > include postgres enums when using pg_enum. Is there a way to include them? >
Not currently. Note that there are many, many SQL features that the migration dumper doesn't handle (functions, triggers, partial indexes, etc.). If you want to use database-specific features, you probably want to use the database's dumping/restore tools instead of Sequel. Thanks, Jeremy -- 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.
