You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 13, 2022. It is now read-only.
FYI: rake db:schema:load is still broken because of this in schema_plus 2.15pre :(
Postgres aborts because a FK referenced table hasn't been created yet.
As a workaround I disabled the foreign_keys auto_create like this:
Rails 3.1.12
SchemaPlus 0.4.1
My initializer:
When I run rake db:schema:dump, I find the following in schema.rb:
The text was updated successfully, but these errors were encountered: