status-go/protocol/migrations/sqlite/000001_init.down.db.sql

4 lines
82 B
MySQL
Raw Normal View History

DROP TABLE user_messages;
DROP TABLE membership_updates;
DROP TABLE chat_members;