Index: branches/eam_branches/ipp-20101205/dbconfig/changes.txt
===================================================================
--- branches/eam_branches/ipp-20101205/dbconfig/changes.txt	(revision 29959)
+++ branches/eam_branches/ipp-20101205/dbconfig/changes.txt	(revision 30103)
@@ -1989,3 +1989,9 @@
 UPDATE dbversion set schema_version = '1.1.66',  updated= CURRENT_TIMESTAMP();
 
+-- output format for publishing / unique name for clients
+ALTER TABLE publishClient ADD name VARCHAR(64) UNIQUE; -- (Bill's request)
+ALTER TABLE publishClient ADD output_format SMALLINT NOT NULL default 1;
+
 -- Version 1.1.67
+
+ALTER TABLE rawImfile ADD column video_cells TINYINT AFTER burntool_state;
Index: branches/eam_branches/ipp-20101205/dbconfig/notes.txt
===================================================================
--- branches/eam_branches/ipp-20101205/dbconfig/notes.txt	(revision 29959)
+++ branches/eam_branches/ipp-20101205/dbconfig/notes.txt	(revision 30103)
@@ -8,4 +8,5 @@
    * build ippbd ('make src' in dbconfig)
    * check in dbconfig, ippdb, and ippTools
+   * update dbversion.schema.version (added by bills)
 
 2007.06.04 : EAM
Index: branches/eam_branches/ipp-20101205/dbconfig/publish.md
===================================================================
--- branches/eam_branches/ipp-20101205/dbconfig/publish.md	(revision 29959)
+++ branches/eam_branches/ipp-20101205/dbconfig/publish.md	(revision 30103)
@@ -9,4 +9,6 @@
     workdir      STR         255
     comment      STR         255
+    name	 STR	     64
+    output_format S16	     0
 END              
                  
Index: branches/eam_branches/ipp-20101205/dbconfig/raw.md
===================================================================
--- branches/eam_branches/ipp-20101205/dbconfig/raw.md	(revision 29959)
+++ branches/eam_branches/ipp-20101205/dbconfig/raw.md	(revision 30103)
@@ -141,3 +141,4 @@
     md5sum      STR         32
     burntool_state  S16     0
+    video_cells BOOL        f
 END
