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">
|
||||
<comment>Rename column offset to zoneOffset</comment>
|
||||
<createTable tableName="organization_allowed">
|
||||
<column name="id" type="bigint" autoIncrement="true">
|
||||
<constraints primaryKey="true" primaryKeyName="pk_organization_allowed"/>
|
||||
</column>
|
||||
<column name="ogrn" type="varchar(15)">
|
||||
<constraints nullable="false" unique="true" uniqueConstraintName="uni_organization_allowed_ogrn"/>
|
||||
</column>
|
||||
</createTable>
|
||||
<renameColumn
|
||||
schemaName="public"
|
||||
tableName="interaction_log"
|
||||
oldColumnName="offset"
|
||||
newColumnName="zoneOffset"/>
|
||||
</changeSet>
|
||||
</databaseChangeLog>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue