omnivore/packages/db/migrations/0019.undo.profiles.sql

10 lines
122 B
MySQL
Raw Normal View History

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