Update server/src/schema.sql

This commit is contained in:
2025-11-13 15:46:59 +00:00
parent 7506816424
commit 81c49145f0

View File

@@ -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,