mirror of
https://github.com/signalapp/Signal-Server
synced 2026-04-21 22:48:04 +01:00
Add Twilio Verify experiment to AccountController
This commit is contained in:
@@ -367,4 +367,12 @@
|
||||
</addColumn>
|
||||
</changeSet>
|
||||
|
||||
<changeSet id="24" author="chris">
|
||||
<addColumn tableName="pending_accounts">
|
||||
<column name="twilio_verification_sid" type="text">
|
||||
<constraints nullable="true" />
|
||||
</column>
|
||||
</addColumn>
|
||||
</changeSet>
|
||||
|
||||
</databaseChangeLog>
|
||||
|
||||
Reference in New Issue
Block a user