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 use grate to run Anytime scripts only, never used "up" (OneTime) scripts, it has been working fine with version 1.6.1, Recently changed to use latest version (1.8.0), then got error:
Grate Structure_
An error occurred: Migration failed due to the following errors:
Update ("up"):
grate-internal/02_create_scripts_run_table.sql: ORA-00942: table or view does not exist
(0,20): CREATE TABLE {{SchemaName}}_{{ScriptsRunTable}}(
^ ORA-00942: table or view does not exist
Since we do not have "up" folder at all, couldn't figure out what's wrong.
Please help... really appreciate.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
We use grate to run Anytime scripts only, never used "up" (OneTime) scripts, it has been working fine with version 1.6.1, Recently changed to use latest version (1.8.0), then got error:
Grate Structure_
An error occurred: Migration failed due to the following errors:
Update ("up"):
grate-internal/02_create_scripts_run_table.sql: ORA-00942: table or view does not exist
(0,20): CREATE TABLE {{SchemaName}}_{{ScriptsRunTable}}(
^ ORA-00942: table or view does not exist
Since we do not have "up" folder at all, couldn't figure out what's wrong.
Please help... really appreciate.
Beta Was this translation helpful? Give feedback.
All reactions