mirror of
https://github.com/LeNei/axum-sqlx-template.git
synced 2026-02-13 22:56:19 +00:00
3 lines
52 B
SQL
3 lines
52 B
SQL
-- Add down migration script here
|
|
drop table users;
|