diff --git a/postgresql-persistence/src/main/resources/db/migrations/V9_1__add_adpat_customer_id.sql b/postgresql-persistence/src/main/resources/db/migrations/V9_1__add_adpat_customer_id.sql new file mode 100644 index 0000000000..57c742e604 --- /dev/null +++ b/postgresql-persistence/src/main/resources/db/migrations/V9_1__add_adpat_customer_id.sql @@ -0,0 +1 @@ +INSERT INTO app_config (key, value) VALUES ('adapt_customer_id', '6061a38b') ON CONFLICT DO NOTHING;