@@ -85,7 +85,7 @@ class Migration(migrations.Migration):
85
85
name = 'TSID' ,
86
86
fields = [
87
87
('ts_id' , models .CharField (db_column = 'tsID' , max_length = 32 , primary_key = True , serialize = False )),
88
- ('tsuser' , models .ForeignKey (blank = True , db_column = 'tsUserID ' , null = True , on_delete = django .db .models .deletion .DO_NOTHING , to = 'spybot.tsuser' )),
88
+ ('tsuser' , models .ForeignKey (blank = True , db_column = 'tsuserid ' , null = True , on_delete = django .db .models .deletion .DO_NOTHING , to = 'spybot.tsuser' )),
89
89
],
90
90
options = {
91
91
'db_table' : 'tsid' ,
@@ -159,7 +159,7 @@ class Migration(migrations.Migration):
159
159
('joined' , models .BooleanField (default = False )),
160
160
('disconnect_id' , models .IntegerField (blank = True , db_column = 'discID' , null = True )),
161
161
('channel' , models .ForeignKey (db_column = 'cID' , on_delete = django .db .models .deletion .DO_NOTHING , to = 'spybot.tschannel' )),
162
- ('tsuser' , models .ForeignKey (blank = True , db_column = 'tsUserID ' , null = True , on_delete = django .db .models .deletion .DO_NOTHING , to = 'spybot.tsuser' )),
162
+ ('tsuser' , models .ForeignKey (blank = True , db_column = 'tsuserid ' , null = True , on_delete = django .db .models .deletion .DO_NOTHING , to = 'spybot.tsuser' )),
163
163
],
164
164
options = {
165
165
'db_table' : 'tsuseractivity' ,
0 commit comments