axum/examples/diesel-async-postgres/migrations/2023-03-14-180127_add_users/down.sql
Georg Semmler 9da1897688
Add a diesel and diesel-async example (#1853)
Co-authored-by: David Pedersen <david.pdrsn@gmail.com>
2023-03-28 17:32:00 +02:00

2 lines
66 B
SQL

-- This file should undo anything in "up.sql"
DROP TABLE "users";