# HG changeset patch # User Sebastien Decugis # Date 1283500204 -32400 # Node ID be646053706b445d567d6f9cbbb5c66f627b3055 # Parent 1b3b9790e7cb51877ea3350fc0ccbba9604e2db5 Removed the NON NULL constraint to ease updates diff -r 1b3b9790e7cb -r be646053706b doc/app_acct.conf.sample --- a/doc/app_acct.conf.sample Fri Sep 03 16:46:16 2010 +0900 +++ b/doc/app_acct.conf.sample Fri Sep 03 16:50:04 2010 +0900 @@ -109,7 +109,7 @@ # This is the database table corresponding to this list: # CREATE TABLE incoming ( # "recorded_on" timestamp with time zone NOT NULL, -# "recorded_serv" bytea NOT NULL, +# "recorded_serv" bytea, # "Origin-Host" bytea NOT NULL, # "Origin-Realm" bytea NOT NULL, # "Destination-Realm" bytea,