20241031-ERVU-168_create_db.xml fix
This commit is contained in:
parent
7b40cc7e6b
commit
10564747b8
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue