20241031-ERVU-168_create_db.xml fix

This commit is contained in:
Булат Хайруллин 2024-11-12 13:55:44 +03:00
parent 7b40cc7e6b
commit 10564747b8

View file

@ -23,7 +23,7 @@
<changeSet id="0003" author="akochetkov">
<comment>add table recruitment and regions</comment>
<sql>
CREATE TABLE metrics.region (
CREATE TABLE IF NOT EXISTS metrics.region (
region_id serial NOT NULL PRIMARY KEY,
subject_code character varying(3) NOT NULL,
subject_name character varying(150) NOT NULL,