diff --git a/postgresql-persistence/src/main/resources/db/migrations/V3_1__rename_config_store.sql b/postgresql-persistence/src/main/resources/db/migrations/V3_1__rename_config_store.sql index 3da6263354..555109bd88 100644 --- a/postgresql-persistence/src/main/resources/db/migrations/V3_1__rename_config_store.sql +++ b/postgresql-persistence/src/main/resources/db/migrations/V3_1__rename_config_store.sql @@ -4,7 +4,6 @@ create table if not exists app_config value text ); - INSERT INTO app_config (key, value) VALUES ('cc_extract_server', 'http://nomad.service.${TLD}:4646') ON CONFLICT DO NOTHING; INSERT INTO app_config (key, value) VALUES ('checksum_server', 'http://nomad.service.${TLD}:4646') ON CONFLICT DO NOTHING; INSERT INTO app_config (key, value) VALUES ('one-cdn_server', 'http://nomad.service.${TLD}:4646') ON CONFLICT DO NOTHING;