diff options
Diffstat (limited to 'db')
-rw-r--r-- | db/schema_0001.sql | 2 |
1 files changed, 1 insertions, 1 deletions
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 |