Files
pocket-id/backend/resources/migrations/sqlite/20240924202721_user_groups.down.sql

2 lines
53 B
MySQL
Raw Normal View History

2024-10-02 08:43:44 +02:00
DROP TABLE user_groups;
DROP TABLE user_groups_users;