mirror of
https://github.com/ente-io/ente.git
synced 2025-05-29 14:01:19 +00:00
4 lines
160 B
SQL
4 lines
160 B
SQL
DROP TRIGGER IF EXISTS update_push_tokens_updated_at ON push_tokens;
|
|
DROP INDEX IF EXISTS push_tokens_last_notified_at_index;
|
|
DROP TABLE IF EXISTS push_tokens;
|