rust_forum/migrations/20241204225128_create_role_table.down.sql

2 lines
62 B
MySQL
Raw Normal View History

2024-12-03 21:33:42 +03:00
-- Add down migration script here
2024-12-04 23:17:19 +03:00
DROP TABLE IF EXISTS "role";