Loadsa stuff

This commit is contained in:
Fergal Moran
2015-05-27 20:55:11 +01:00
parent 59865c42b8
commit 5ff02b5eff
19 changed files with 535 additions and 138 deletions

View File

@@ -1,9 +1,9 @@
#update comments user_id to be userprofile_id
UPDATE spa_comment SET user_id = spa_userprofile.id FROM spa_userprofile WHERE spa_comment.user_id = spa_userprofile.user_id
#update poorly saved descriptions
update spa_userprofile set description = '' where description like('Just another%')
#import the avatars
python manage.py get_avatars
#jiggle the waveforms
python manage.py zoom_convert_waveforms
python manage.py zoom_convert_waveforms