mirror of
https://github.com/signalapp/Signal-Server
synced 2026-04-25 20:28:00 +01:00
Add payment address to the versioned profile
This commit is contained in:
@@ -359,4 +359,12 @@
|
||||
<dropTable tableName="feature_flags" />
|
||||
</changeSet>
|
||||
|
||||
<changeSet id="23" author="ehren">
|
||||
<addColumn tableName="profiles">
|
||||
<column name="payment_address" type="text">
|
||||
<constraints nullable="true"/>
|
||||
</column>
|
||||
</addColumn>
|
||||
</changeSet>
|
||||
|
||||
</databaseChangeLog>
|
||||
|
||||
Reference in New Issue
Block a user