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'm not sure what the best approach is to use this lib with a legacy database. I guessed I needed to 'pull' down the uncontrolled shema from the database, but running pull with various settings including strict option false in control.yml
./node_modules/.bin/sql-schema-control pull
returns error;
Error: resource TABLE:undefined does not exist
I also tried adding the table definitions, and the plan command works well but after making changes to a def, the plan & apply commands state theses changes must be made manually.
The text was updated successfully, but these errors were encountered:
MySQL v8
Node v18
I'm not sure what the best approach is to use this lib with a legacy database. I guessed I needed to 'pull' down the uncontrolled shema from the database, but running
pull
with various settings including strict option false in control.yml./node_modules/.bin/sql-schema-control pull
returns error;
Error: resource TABLE:undefined does not exist
I also tried adding the table definitions, and the plan command works well but after making changes to a def, the
plan
&apply
commands state theses changes must be made manually.The text was updated successfully, but these errors were encountered: