diff 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
line wrap: on
line diff
--- a/extensions/app_acct/acct_conf.l	Wed Sep 01 16:49:02 2010 +0900
+++ b/extensions/app_acct/acct_conf.l	Fri Sep 03 16:46:16 2010 +0900
@@ -113,6 +113,10 @@
 				return TSFIELD;
 			}
 
+(?i:"Server_name_field") {
+				return SRVNFIELD;
+			}
+
 (?i:"field")		{
 				return FIELD;
 			}
"Welcome to our mercurial repository"