Update server/src/schema.sql
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
-- Characters are now the primary login entity.
|
||||
-- Each character has its own username + password hash.
|
||||
|
||||
-- Characters are the primary login entity
|
||||
CREATE TABLE IF NOT EXISTS characters (
|
||||
id SERIAL PRIMARY KEY,
|
||||
username TEXT UNIQUE NOT NULL,
|
||||
|
||||
Reference in New Issue
Block a user