fix
This commit is contained in:
parent
77cf4f3f6c
commit
72fb14e5b6
1 changed files with 5 additions and 8 deletions
|
|
@ -3,13 +3,10 @@
|
||||||
|
|
||||||
<changeSet id="01" author="tihomirov">
|
<changeSet id="01" author="tihomirov">
|
||||||
<comment>Rename column offset to zoneOffset</comment>
|
<comment>Rename column offset to zoneOffset</comment>
|
||||||
<createTable tableName="organization_allowed">
|
<renameColumn
|
||||||
<column name="id" type="bigint" autoIncrement="true">
|
schemaName="public"
|
||||||
<constraints primaryKey="true" primaryKeyName="pk_organization_allowed"/>
|
tableName="interaction_log"
|
||||||
</column>
|
oldColumnName="offset"
|
||||||
<column name="ogrn" type="varchar(15)">
|
newColumnName="zoneOffset"/>
|
||||||
<constraints nullable="false" unique="true" uniqueConstraintName="uni_organization_allowed_ogrn"/>
|
|
||||||
</column>
|
|
||||||
</createTable>
|
|
||||||
</changeSet>
|
</changeSet>
|
||||||
</databaseChangeLog>
|
</databaseChangeLog>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue