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

2 lines
No EOL
77 B
SQL

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