From d92f642810dc3125515d64f953d2bee840de1cc1 Mon Sep 17 00:00:00 2001 From: fusion32 Date: Fri, 17 Oct 2025 16:12:31 -0300 Subject: world startup/shutdown timestamps + adjust a few column names --- sqlite/init.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sqlite/init.sql') diff --git a/sqlite/init.sql b/sqlite/init.sql index dc30adf..9d561fc 100644 --- a/sqlite/init.sql +++ b/sqlite/init.sql @@ -19,7 +19,7 @@ INSERT INTO Accounts (AccountID, Email, Auth) INSERT INTO Characters (WorldID, CharacterID, AccountID, Name, Sex) VALUES (1, 1, 111111, 'Gamemaster', 1), (1, 2, 111111, 'Player', 1); -INSERT INTO CharacterRights (CharacterID, Right) +INSERT INTO CharacterRights (CharacterID, Name) VALUES (1, 'NOTATION'), (1, 'NAMELOCK'), -- cgit v1.2.3