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

2 lines
No EOL
74 B
SQL

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