omnivore/packages/db/migrations/0062.undo.user_device_tokens.sql

10 lines
148 B
MySQL
Raw Permalink Normal View History

2022-02-11 17:24:33 +00:00
-- Type: UNDO
-- Name: user_device_tokens
-- Description: Create user_device_tokens table
BEGIN;
DROP TABLE omnivore.user_device_tokens;
COMMIT;