Added config file for db #9

Merged
phoenix merged 32 commits from db into devel 2025-04-03 13:59:56 +00:00
Showing only changes of commit ab03ab800a - Show all commits

3
run_migrations.txt Normal file
View File

@@ -0,0 +1,3 @@
cargo install sqlx-cli
sqlx migrate add init_migration
sqlx migrate run