rust_forum/migrations/20241204225143_create_post_table.down.sql
Ahmet Kaan GÜMÜŞ 8d4afe4126 feat: permission
2024-12-07 23:43:15 +03:00

3 lines
No EOL
102 B
SQL

-- Add down migration script here
DROP TABLE IF EXISTS "permission_post";
DROP TABLE IF EXISTS "post";