remove bff

This commit is contained in:
2022-10-03 22:08:25 +02:00
parent d88abefa9a
commit 8c51b68523
21 changed files with 105 additions and 138 deletions

6
scripts/migrate_como.sh Executable file
View File

@@ -0,0 +1,6 @@
#!/bin/bash
export $(cat .env | xargs)
cargo sqlx migrate run --source como_bin/db/migrations --database-url=$DATABASE_URL