mirror of
https://github.com/signalapp/Signal-Server
synced 2026-04-21 20:48:06 +01:00
Add emojis/"about" text to profiles
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user