4 lines
99 B
SQL
4 lines
99 B
SQL
-- Add down migration script here
|
|
DROP TABLE app;
|
|
DROP TABLE app_version;
|
|
DROP TYPE EXECUTION_MODE; |