From c5a4a6e496f4aebd496336c44a61c0b1c64dfccd Mon Sep 17 00:00:00 2001 From: Edmund von der Burg Date: Wed, 2 Mar 2011 12:30:43 +0000 Subject: Passwords can be null --- db/schema_0001.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'db') diff --git a/db/schema_0001.sql b/db/schema_0001.sql index 88bed06c6..1c2bf4ffc 100644 --- a/db/schema_0001.sql +++ b/db/schema_0001.sql @@ -14,7 +14,7 @@ create table users ( id serial not null primary key, email text not null unique, name text, - password text not null + password text, ); -- add PK to contacts table -- cgit v1.2.3