rust_forum/migrations/20241215002127_user_contact.down.sql

2 lines
70 B
MySQL
Raw Normal View History

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