We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9215bdb commit 7e6dec4Copy full SHA for 7e6dec4
setup.sh
@@ -27,7 +27,7 @@ if [[ $keepbackend == "y" ]]; then
27
echo "Migrating to database $NAME..."
28
29
# Migrations
30
- python manage.py makemigrations common catalog courseupdater sync recommend requirements
+ python manage.py makemigrations analytics common catalog courseupdater sync recommend requirements
31
read -p "Ready to migrate? (y/n) " ready
32
if [[ $ready != "y" ]]; then
33
echo "Use the following command to migrate the database when ready:"
0 commit comments