Fix small typo

This commit is contained in:
2025-02-07 19:45:26 -05:00
parent a49be9aa6f
commit ad546f283c

View File

@ -28,7 +28,8 @@ cursor.execute('''
user_id TEXT PRIMARY KEY,
message_count INTEGER
)
''') cursor.execute('''
''')
cursor.execute('''
CREATE TABLE IF NOT EXISTS messages (
sender_user_id TEXT PRIMARY KEY,
receiver_user_id TEXT,