4 lines
90 B
Bash
4 lines
90 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
flask db init; flask db migrate -m "Database migration." && flask db upgrade
|