]> ruin.nu Git - ndwebbie.git/blobdiff - database/ndawn.sql
Fix password trigger
[ndwebbie.git] / database / ndawn.sql
index 40722c273a4661093ab401d87bf6a81519e9f909..5234e0b3f75caec94663d61bf456d03d670fdb50 100644 (file)
@@ -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,