mirror of
https://github.com/furyhawk/listen.git
synced 2026-07-20 08:25:34 +00:00
5 lines
56 B
Bash
Executable File
5 lines
56 B
Bash
Executable File
#!/bin/bash
|
|
|
|
echo "Run migrations"
|
|
alembic upgrade head
|