Skip to content

Commit 7e6dec4

Browse files
Migrate analytics table during setup
1 parent 9215bdb commit 7e6dec4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ if [[ $keepbackend == "y" ]]; then
2727
echo "Migrating to database $NAME..."
2828

2929
# Migrations
30-
python manage.py makemigrations common catalog courseupdater sync recommend requirements
30+
python manage.py makemigrations analytics common catalog courseupdater sync recommend requirements
3131
read -p "Ready to migrate? (y/n) " ready
3232
if [[ $ready != "y" ]]; then
3333
echo "Use the following command to migrate the database when ready:"

0 commit comments

Comments
 (0)