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
Is there a way to get the DB Schema name prefixed in Schema.rb. I have 3 schema's defined in my config.yml, but when my schema.rb generates after a migration, even if the migration specified the correct DB schema name, it only puts the table name in the schema.rb file. I saw in your instructions how to handle multiple DBs. Would multiple DB schemas follow the same pattern?
Thanks!
The text was updated successfully, but these errors were encountered:
Hi all,
Is there a way to get the DB Schema name prefixed in Schema.rb. I have 3 schema's defined in my config.yml, but when my schema.rb generates after a migration, even if the migration specified the correct DB schema name, it only puts the table name in the schema.rb file. I saw in your instructions how to handle multiple DBs. Would multiple DB schemas follow the same pattern?
Thanks!
The text was updated successfully, but these errors were encountered: