mirror of
https://github.com/ente-io/ente.git
synced 2025-05-24 03:59:22 +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;
|