Add emojis/"about" text to profiles

This commit is contained in:
Jon Chambers
2021-01-20 15:42:47 -05:00
committed by GitHub
parent 6b850b9894
commit 225932b4c9
10 changed files with 163 additions and 29 deletions

View File

@@ -339,4 +339,16 @@
</createTable>
</changeSet>
<changeSet id="20" author="jon">
<addColumn tableName="profiles">
<column name="about" type="text">
<constraints nullable="true"/>
</column>
<column name="about_emoji" type="text">
<constraints nullable="true"/>
</column>
</addColumn>
</changeSet>
</databaseChangeLog>