mirror of
https://github.com/status-im/cabot.git
synced 2025-02-23 18:08:06 +00:00
5 lines
95 B
Bash
Executable File
5 lines
95 B
Bash
Executable File
#!/bin/bash
|
|
rm dev.db
|
|
foreman run python manage.py syncdb
|
|
foreman run python manage.py migrate
|