* feat: Add workspace settings to sync script to git repo on deployment * track deployment callback jobs in separate table * sqlx prepare * update deployment_metadata table * Point to hub script * Add details to the settings page and restrict to EE only * cleanup unused impots * Flows and Apps are now pushed to GH as well * Ignore scripts/flows/apps located in private user folders
5 lines
130 B
SQL
5 lines
130 B
SQL
-- Add down migration script here
|
|
ALTER TABLE workspace_settings DROP COLUMN git_sync;
|
|
|
|
DROP TABLE IF EXISTS deployment_metadata;
|