X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=database%2Fndawn.sql;h=5234e0b3f75caec94663d61bf456d03d670fdb50;hb=e71f5648d2823f89024c52b77f9ab04d23a75a2d;hp=40722c273a4661093ab401d87bf6a81519e9f909;hpb=76887e53c27118fe04ae8fe75dce610a398b5853;p=ndwebbie.git 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,