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 am using it in an Alchemy_CMS web app with a local Postgres db
The db has a lot of tables and a lot of them have records in it
The rake task creates a dump file with only the contents of a single model, "Alchemy::User"
If I use the MODELS param then it returns this model...
I think that this strange behaviour started after I used for the first time the MODELS param with contents "Alchemy::User"... after that when I do not use the MODEL param I get always the "Alchemy::User" model dumped...
Please advise...
Thank you
The text was updated successfully, but these errors were encountered:
aaongr
changed the title
rake db:seed:dum returns only the contents of a single model
rake db:seed:dump returns only the contents of a single model
Oct 9, 2018
Hello,
I am trying your excellent component
I am using it in an Alchemy_CMS web app with a local Postgres db
The db has a lot of tables and a lot of them have records in it
The rake task creates a dump file with only the contents of a single model, "Alchemy::User"
If I use the MODELS param then it returns this model...
I think that this strange behaviour started after I used for the first time the MODELS param with contents "Alchemy::User"... after that when I do not use the MODEL param I get always the "Alchemy::User" model dumped...
Please advise...
Thank you
The text was updated successfully, but these errors were encountered: