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
We have a couple of files which look to be identical db_build and db_seed with the exception of calling a different sql file.
Are there any other differences apart from loading a different sql file? If not can we think of a way to just use db_build and remove the duplicate db_seed file?
The text was updated successfully, but these errors were encountered:
We tried that already and it wasn't working -we ended up in a loop of endless errors and eventually decided it wasn't worth spending more time on that, but we can definitely revisit this point if you have any suggestions on how we could make that work.
OK, have you got the issue with some notes as to what part you were stuck on? If I have a look at the steps and try to reproduce them and then we can look at how we can tackle it :)
We have a couple of files which look to be identical
db_build
anddb_seed
with the exception of calling a different sql file.Are there any other differences apart from loading a different sql file? If not can we think of a way to just use
db_build
and remove the duplicatedb_seed
file?The text was updated successfully, but these errors were encountered: