fix ddl scripts
This commit is contained in:
parent
d319f562aa
commit
193983bc13
2 changed files with 5540 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
-- DB version: 3.18
|
||||
-- DB version: 3.19
|
||||
/* Dictionaries */
|
||||
|
||||
-- allowed - Справочник признаков допустимости использования объектов
|
||||
|
|
@ -5536,4 +5536,4 @@ GRANT ALL PRIVILEGES ON TABLE UTILITARIAN_DIGITAL_RIGHT_HISTORY TO clearing;
|
|||
|
||||
-- Data types
|
||||
|
||||
INSERT INTO DB_VERSION(ID, VERSION) values (1, '3.18') ON CONFLICT (ID) DO UPDATE SET VERSION = EXCLUDED.VERSION
|
||||
INSERT INTO DB_VERSION(ID, VERSION) values (1, '3.19') ON CONFLICT (ID) DO UPDATE SET VERSION = EXCLUDED.VERSION
|
||||
5538
clearing-parent/db-scripts/src/main/resources/db/DDL_3.18.sql
Normal file
5538
clearing-parent/db-scripts/src/main/resources/db/DDL_3.18.sql
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue