Skip to content

Commit

Permalink
* Remove NOT NULL constraint for Postgres userdb table and allow
Browse files Browse the repository at this point in the history
  Postgres setups to work correctly out of the box.
  • Loading branch information
docelic committed May 18, 2008
1 parent 6361aea commit c1d2160
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/standard/dbconf/pgsql/userdb.pgsql
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Database userdb LENGTH_EXCEPTION_DEFAULT truncate_log
Database userdb DEFAULT_TYPE varchar(255)

Database userdb COLUMN_DEF "username=varchar(64) NOT NULL PRIMARY KEY"
Database userdb COLUMN_DEF "password=varchar(64) NOT NULL"
Database userdb COLUMN_DEF "password=varchar(64)"
Database userdb COLUMN_DEF "accounts=text"
Database userdb COLUMN_DEF "acl=text"
Database userdb COLUMN_DEF "address1=varchar(64)"
Expand Down

0 comments on commit c1d2160

Please sign in to comment.