mirror of
https://github.com/fergalmoran/bitchmin.git
synced 2026-02-15 12:24:05 +00:00
6 lines
141 B
Bash
Executable File
6 lines
141 B
Bash
Executable File
ls
|
|
rm -rf migrations || \
|
|
rm bitchmin/bitchmin.db || \
|
|
flask db init || \
|
|
flask db migrate -m "Initial" || \
|
|
flask db upgrade |