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
I have an isue where seeding into multiple schemas like:
schema_app1
schema_app2
public
does not respect the schema for tables at schema_app1 and looks for the sequences tables into public schema instead schema_app1 or schema_app2 depending where the table is
On my current project i've faced interesting bug, basically i have custom
rake
task to prepare database in development modeSome times it causes problem like this
I've fixed it by adding this into my seed file right before seeds for
Company
modelI would like to create PR for this issue, but I have some problems with reproducing it in test environment for gem.
The text was updated successfully, but these errors were encountered: