mirror of
https://github.com/fergalmoran/dss.api.git
synced 2025-12-22 09:18:13 +00:00
Loadsa stuff
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user