mirror of
https://bitbucket.org/projectswg/holocore.git
synced 2026-01-16 23:04:20 -05:00
Removed AUTOINCREMENT attribute of players.id
This commit is contained in:
@@ -10,7 +10,7 @@ CREATE TABLE IF NOT EXISTS users (
|
||||
INSERT OR IGNORE INTO users(username, password, email, access_level) VALUES('holocore', 'password', 'holocore@projectswg.com', 'csr');
|
||||
|
||||
CREATE TABLE IF NOT EXISTS players (
|
||||
id INTEGER PRIMARY KEY AUTOINCREMENT,
|
||||
id INTEGER PRIMARY KEY,
|
||||
name TEXT NOT NULL,
|
||||
race TEXT NOT NULL,
|
||||
userid INTEGER NOT NULL
|
||||
|
||||
Reference in New Issue
Block a user