SUPPORT-9523: фикс
This commit is contained in:
parent
ed75231113
commit
1f1cbf5964
1 changed files with 10 additions and 0 deletions
|
|
@ -125,5 +125,15 @@
|
|||
</sql>
|
||||
</changeSet>
|
||||
|
||||
<changeSet id="0003" author="adel.ka">
|
||||
<comment>Change idm_id type to UUID in recruitment_correspondences table</comment>
|
||||
<sql>
|
||||
ALTER TABLE ervu_dashboard.recruitment_correspondences
|
||||
ALTER COLUMN idm_id TYPE UUID USING idm_id::uuid;
|
||||
|
||||
ALTER TABLE ervu_dashboard.recruitment_correspondences
|
||||
ALTER COLUMN idm_id SET NOT NULL;
|
||||
</sql>
|
||||
</changeSet>
|
||||
|
||||
</databaseChangeLog>
|
||||
Loading…
Add table
Add a link
Reference in a new issue