Skip to content

Commit

Permalink
Helper script for migration
Browse files Browse the repository at this point in the history
  • Loading branch information
ajinabraham committed Nov 29, 2024
1 parent 5ce7e23 commit a5c30c0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/migrate.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/bash
python3 manage.py makemigrations && \
python3 manage.py makemigrations StaticAnalyzer && \
python3 manage.py migrate

0 comments on commit a5c30c0

Please sign in to comment.