axum/examples/diesel-async-postgres/migrations/2023-03-14-180127_add_users/down.sql

3 lines
66 B
MySQL
Raw Normal View History

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