mirror of
https://github.com/LeNei/axum-sqlx-template.git
synced 2026-02-13 22:56:19 +00:00
Base login setup
This commit is contained in:
2
migrations/20250328091229_add_user_table.down.sql
Normal file
2
migrations/20250328091229_add_user_table.down.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
-- Add down migration script here
|
||||
drop table users;
|
||||
Reference in New Issue
Block a user