backend/migrations/2025-05-21-193620_create_roles/down.sql
Radical a6d35b0ba2 feat: use diesel-cli instead of hand writing tables
after reading the documentation, crazy right? I figured out i was making my life hard, this makes my life easy again
2025-05-21 21:49:01 +02:00

3 lines
89 B
SQL

-- This file should undo anything in `up.sql`
DROP TABLE role_members;
DROP TABLE roles;