first migrate item, annotations to avoid error during new installs

This commit is contained in:
j 2015-01-19 11:56:59 +01:00
commit b3d1a8d04c
2 changed files with 4 additions and 0 deletions

View file

@ -116,6 +116,8 @@ MANAGE="sudo -H -u pandora python manage.py"
cd /srv/pandora/pandora
$MANAGE syncdb --noinput
$MANAGE migrate item
$MANAGE migrate annotation
$MANAGE migrate
echo "DB_GIN_TRGM = True" >> /srv/pandora/pandora/local_settings.py
$MANAGE sqlfindindex