rust_forum/migrations/20241204225143_create_post_table.down.sql
2024-12-12 21:10:23 +03:00

2 lines
No EOL
62 B
SQL

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