Fixup formatting
This commit is contained in:
parent
533afa4c6e
commit
e8dd1e0bf2
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
~ Copyright 2013-2020 Signal Messenger, LLC
|
~ Copyright 2013-2021 Signal Messenger, LLC
|
||||||
~ SPDX-License-Identifier: AGPL-3.0-only
|
~ SPDX-License-Identifier: AGPL-3.0-only
|
||||||
-->
|
-->
|
||||||
|
|
||||||
|
@ -198,7 +198,7 @@
|
||||||
<constraints nullable="true"/>
|
<constraints nullable="true"/>
|
||||||
</column>
|
</column>
|
||||||
</addColumn>
|
</addColumn>
|
||||||
|
|
||||||
<dropNotNullConstraint tableName="pending_accounts" columnName="verification_code"/>
|
<dropNotNullConstraint tableName="pending_accounts" columnName="verification_code"/>
|
||||||
</changeSet>
|
</changeSet>
|
||||||
|
|
||||||
|
@ -272,7 +272,7 @@
|
||||||
</createTable>
|
</createTable>
|
||||||
|
|
||||||
<addUniqueConstraint tableName="profiles" columnNames="uuid, version" constraintName="uuid_and_version"/>
|
<addUniqueConstraint tableName="profiles" columnNames="uuid, version" constraintName="uuid_and_version"/>
|
||||||
|
|
||||||
<createIndex tableName="profiles" indexName="profiles_uuid">
|
<createIndex tableName="profiles" indexName="profiles_uuid">
|
||||||
<column name="uuid"/>
|
<column name="uuid"/>
|
||||||
</createIndex>
|
</createIndex>
|
||||||
|
@ -315,7 +315,7 @@
|
||||||
<changeSet id="16" author="moxie">
|
<changeSet id="16" author="moxie">
|
||||||
<dropColumn tableName="keys" columnName="deleted"/>
|
<dropColumn tableName="keys" columnName="deleted"/>
|
||||||
</changeSet>
|
</changeSet>
|
||||||
|
|
||||||
<changeSet id="17" author="ehren">
|
<changeSet id="17" author="ehren">
|
||||||
<addColumn tableName="remote_config">
|
<addColumn tableName="remote_config">
|
||||||
<column name="default_value" type="text"/>
|
<column name="default_value" type="text"/>
|
||||||
|
@ -367,18 +367,18 @@
|
||||||
</addColumn>
|
</addColumn>
|
||||||
</changeSet>
|
</changeSet>
|
||||||
|
|
||||||
<changeSet id="24" author="chris">
|
<changeSet id="24" author="chris">
|
||||||
<addColumn tableName="pending_accounts">
|
<addColumn tableName="pending_accounts">
|
||||||
<column name="twilio_verification_sid" type="text">
|
<column name="twilio_verification_sid" type="text">
|
||||||
<constraints nullable="true" />
|
<constraints nullable="true" />
|
||||||
</column>
|
</column>
|
||||||
</addColumn>
|
</addColumn>
|
||||||
</changeSet>
|
</changeSet>
|
||||||
|
|
||||||
<changeSet id="25" author="chris">
|
<changeSet id="25" author="chris">
|
||||||
<addColumn tableName="accounts">
|
<addColumn tableName="accounts">
|
||||||
<column name="version" type="int" defaultValue="0"/>
|
<column name="version" type="int" defaultValue="0"/>
|
||||||
</addColumn>
|
</addColumn>
|
||||||
</changeSet>
|
</changeSet>
|
||||||
|
|
||||||
</databaseChangeLog>
|
</databaseChangeLog>
|
||||||
|
|
Loading…
Reference in New Issue