Skip to content

Commit a5c30c0

Browse files
committed
Helper script for migration
1 parent 5ce7e23 commit a5c30c0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scripts/migrate.sh

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/bin/bash
2+
python3 manage.py makemigrations && \
3+
python3 manage.py makemigrations StaticAnalyzer && \
4+
python3 manage.py migrate

0 commit comments

Comments
 (0)