changeset 529:be646053706b

Removed the NON NULL constraint to ease updates
author Sebastien Decugis <sdecugis@nict.go.jp>
date Fri, 03 Sep 2010 16:50:04 +0900
parents 1b3b9790e7cb
children 825a2992e3b9
files doc/app_acct.conf.sample
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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,
"Welcome to our mercurial repository"