comparison doc/app_acct.conf.sample @ 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 4cdf146f11d5
comparison
equal deleted inserted replaced
528:1b3b9790e7cb 529:be646053706b
107 # "Route-Record" = { multi=5; }; # Record the last 5 hops of the message 107 # "Route-Record" = { multi=5; }; # Record the last 5 hops of the message
108 108
109 # This is the database table corresponding to this list: 109 # This is the database table corresponding to this list:
110 # CREATE TABLE incoming ( 110 # CREATE TABLE incoming (
111 # "recorded_on" timestamp with time zone NOT NULL, 111 # "recorded_on" timestamp with time zone NOT NULL,
112 # "recorded_serv" bytea NOT NULL, 112 # "recorded_serv" bytea,
113 # "Origin-Host" bytea NOT NULL, 113 # "Origin-Host" bytea NOT NULL,
114 # "Origin-Realm" bytea NOT NULL, 114 # "Origin-Realm" bytea NOT NULL,
115 # "Destination-Realm" bytea, 115 # "Destination-Realm" bytea,
116 # "Destination-Host" bytea, 116 # "Destination-Host" bytea,
117 # "Session-Id" bytea NOT NULL, 117 # "Session-Id" bytea NOT NULL,
"Welcome to our mercurial repository"