mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-20 16:02:19 +00:00
8 lines
163 B
SQL
8 lines
163 B
SQL
-- Add down migration script here
|
|
|
|
DROP TABLE IF EXISTS native_trigger;
|
|
|
|
DROP TABLE IF EXISTS workspace_integrations;
|
|
|
|
DROP TYPE IF EXISTS native_trigger_service;
|