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

4 lines
65 B
SQL

DROP TABLE chats;
DROP TABLE user_messages;
DROP TABLE contacts;