comparison extensions/app_acct/acct_conf.l @ 528:1b3b9790e7cb

Add a new field in the app_acct.fdx database to receive the name of the local server. Update your existing tables with the following SQL command: ALTER TABLE "incoming" ADD "recorded_serv" bytea NOT NULL;
author Sebastien Decugis <sdecugis@nict.go.jp>
date Fri, 03 Sep 2010 16:46:16 +0900
parents 397cdcd41f53
children 4a9f08d6b6ba
comparison
equal deleted inserted replaced
527:e27cb71abd4b 528:1b3b9790e7cb
111 111
112 (?i:"Timestamp_field") { 112 (?i:"Timestamp_field") {
113 return TSFIELD; 113 return TSFIELD;
114 } 114 }
115 115
116 (?i:"Server_name_field") {
117 return SRVNFIELD;
118 }
119
116 (?i:"field") { 120 (?i:"field") {
117 return FIELD; 121 return FIELD;
118 } 122 }
119 123
120 (?i:"required") { 124 (?i:"required") {
"Welcome to our mercurial repository"