Index: trunk/dbconfig/changes.txt
===================================================================
--- trunk/dbconfig/changes.txt	(revision 25913)
+++ trunk/dbconfig/changes.txt	(revision 25929)
@@ -1422,5 +1422,7 @@
 -- Vesion 1.1.57
 
--- add changes for 1.1.57 here. Then uncomment the following before commiting
+ALTER TABLE publishClient ADD COLUMN active TINYINT DEFAULT 0 AFTER client_id;
+
+
 
 -- UPDATE dbversion set schema_version = '1.1.57',  updated= CURRENT_TIMESTAMP();
Index: trunk/dbconfig/publish.md
===================================================================
--- trunk/dbconfig/publish.md	(revision 25913)
+++ trunk/dbconfig/publish.md	(revision 25929)
@@ -3,4 +3,5 @@
 publishClient    METADATA 
     client_id    S64         0       # Primary Key AUTO_INCREMENT
+    active       BOOL        TRUE
     product      STR         64
     stage        STR         64
