From 1215cca921e37462cb3cd7933f5f0cdc6ea55e59 Mon Sep 17 00:00:00 2001 From: sangeetanadgir Date: Wed, 8 Apr 2026 17:59:11 +0530 Subject: [PATCH] ONECOND-2402 --- .../main/resources/db/migrations/V9_1__add_adpat_customer_id.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 postgresql-persistence/src/main/resources/db/migrations/V9_1__add_adpat_customer_id.sql 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;