X-Git-Url: https://ruin.nu/git/?p=ndwebbie.git;a=blobdiff_plain;f=database%2Fndawn.sql;h=5234e0b3f75caec94663d61bf456d03d670fdb50;hp=40722c273a4661093ab401d87bf6a81519e9f909;hb=d786ab3e431fdb29854f4d80fe430c5438d649b6;hpb=ab1ec1721c11a109546e162f87488db7dcfb9108 diff --git a/database/ndawn.sql b/database/ndawn.sql index 40722c2..5234e0b 100644 --- a/database/ndawn.sql +++ b/database/ndawn.sql @@ -1001,7 +1001,7 @@ CREATE TABLE users ( uid integer NOT NULL, username citext NOT NULL, pid integer, - password text NOT NULL, + password text, attack_points numeric(3,0) DEFAULT 0 NOT NULL, defense_points numeric(4,1) DEFAULT 0 NOT NULL, scan_points numeric(5,0) DEFAULT 0 NOT NULL,