diff --git a/backend/migrations/20231017043506_addback_postgresql.down.sql b/backend/migrations/20231017043506_addback_postgresql.down.sql new file mode 100644 index 0000000000..d2f607c5b8 --- /dev/null +++ b/backend/migrations/20231017043506_addback_postgresql.down.sql @@ -0,0 +1 @@ +-- Add down migration script here diff --git a/backend/migrations/20231017043506_addback_postgresql.up.sql b/backend/migrations/20231017043506_addback_postgresql.up.sql new file mode 100644 index 0000000000..d9fb48106e --- /dev/null +++ b/backend/migrations/20231017043506_addback_postgresql.up.sql @@ -0,0 +1,3 @@ +-- Add up migration script here +UPDATE config set config = '{"worker_tags": ["nativets", "postgresql", "mysql", "graphql", "snowflake", "bigquery"]}'::jsonb +where name = 'worker__native' and config = '{"worker_tags": ["nativets", "postgresq", "mysql", "graphql", "snowflake", "bigquery"]}'::jsonb; \ No newline at end of file