diff options
Diffstat (limited to 'osrc')
-rw-r--r-- | osrc/watbot_db.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/osrc/watbot_db.py b/osrc/watbot_db.py index 6759c3b..837eaf9 100644 --- a/osrc/watbot_db.py +++ b/osrc/watbot_db.py @@ -31,7 +31,7 @@ class WatbotDB: " timestamp integer," " balance integer," " log text," - " foreign key(nickname) references coins(nickname)" + " foreign key(nickname) references players(nickname)" ")" ) |