rust_forum/migrations/20241204230248_create_comment_interaction_table.down.sql

2 lines
77 B
MySQL
Raw Normal View History

2024-12-05 02:21:20 +03:00
-- Add down migration script here
DROP TABLE IF EXISTS "comment_interaction";