This commit is contained in:
Jeffrey Duroyon
2020-05-06 01:26:52 +02:00
parent f00db120f2
commit afdb2e2d0e

View File

@@ -20,9 +20,6 @@
<column name="nickname" type="text"> <column name="nickname" type="text">
<constraints nullable="false" unique="true"/> <constraints nullable="false" unique="true"/>
</column> </column>
<column name="email" type="text">
<constraints nullable="false" unique="true"/>
</column>
</createTable> </createTable>
</changeSet> </changeSet>
</databaseChangeLog> </databaseChangeLog>