mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-19 16:02:14 +00:00
2d9e9909da
* progress * post merge * progress * fix * fix * fix * fix * v1 * fix openapi
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; |