From 8a26b55d349681f0291899c7345fcd4654a7d89d Mon Sep 17 00:00:00 2001 From: etreschenkov Date: Thu, 30 Apr 2026 18:48:37 +0300 Subject: [PATCH] fix ddl --- clearing-parent/db-scripts/src/main/resources/db/DDL.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clearing-parent/db-scripts/src/main/resources/db/DDL.sql b/clearing-parent/db-scripts/src/main/resources/db/DDL.sql index d59b23de9..2362cc7cd 100644 --- a/clearing-parent/db-scripts/src/main/resources/db/DDL.sql +++ b/clearing-parent/db-scripts/src/main/resources/db/DDL.sql @@ -5770,4 +5770,4 @@ COMMENT ON COLUMN ORDER_AFFIL_DICTIONARY.NAME IS 'Тип расчета'; -- Data types -INSERT INTO DB_VERSION(ID, VERSION) values (1, '3.23') ON CONFLICT (ID) DO UPDATE SET VERSION = EXCLUDED.VE RSION \ No newline at end of file +INSERT INTO DB_VERSION(ID, VERSION) values (1, '3.23') ON CONFLICT (ID) DO UPDATE SET VERSION = EXCLUDED.VERSION \ No newline at end of file