rs-basic/members/diesel-demo/migrations/2024-06-26-135835_create_posts/down.sql

3 lines
76 B
SQL

-- This file should undo anything in `up.sql`
DROP TABLE IF EXISTS `posts`;