mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-20 16:02:19 +00:00
5bc40f7d28
* 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; |