rs-basic/crates/diesel-demo/migrations/2024-06-27-090844_create_table/down.sql
Christoph J. Scherr ce71b2ceec
Some checks failed
cargo devel CI / cargo CI (push) Failing after 32s
reorganize the workspace
2025-03-14 22:24:47 +01:00

2 lines
76 B
SQL

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