rust_forum/migrations/20241204230240_create_post_interaction_table.down.sql
2024-12-05 02:21:20 +03:00

2 lines
No EOL
74 B
SQL

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