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