Feat: add add tribe
This commit is contained in:
@@ -6,8 +6,8 @@ def create_tribe_table(conn) -> None:
|
||||
cursor.execute(
|
||||
"""
|
||||
CREATE TABLE IF NOT EXISTS tribes(
|
||||
name TEXT PRIMARY KEY UNIQUE,
|
||||
level TEXT
|
||||
name VARCHAR PRIMARY KEY UNIQUE,
|
||||
level VARCHAR
|
||||
)
|
||||
"""
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user