Changeset 30103 for branches/eam_branches/ipp-20101205/dbconfig
- Timestamp:
- Dec 17, 2010, 10:06:13 AM (16 years ago)
- Location:
- branches/eam_branches/ipp-20101205/dbconfig
- Files:
-
- 4 edited
-
changes.txt (modified) (1 diff)
-
notes.txt (modified) (1 diff)
-
publish.md (modified) (1 diff)
-
raw.md (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20101205/dbconfig/changes.txt
r29902 r30103 1989 1989 UPDATE dbversion set schema_version = '1.1.66', updated= CURRENT_TIMESTAMP(); 1990 1990 1991 -- output format for publishing / unique name for clients 1992 ALTER TABLE publishClient ADD name VARCHAR(64) UNIQUE; -- (Bill's request) 1993 ALTER TABLE publishClient ADD output_format SMALLINT NOT NULL default 1; 1994 1991 1995 -- Version 1.1.67 1996 1997 ALTER TABLE rawImfile ADD column video_cells TINYINT AFTER burntool_state; -
branches/eam_branches/ipp-20101205/dbconfig/notes.txt
r13740 r30103 8 8 * build ippbd ('make src' in dbconfig) 9 9 * check in dbconfig, ippdb, and ippTools 10 * update dbversion.schema.version (added by bills) 10 11 11 12 2007.06.04 : EAM -
branches/eam_branches/ipp-20101205/dbconfig/publish.md
r27028 r30103 9 9 workdir STR 255 10 10 comment STR 255 11 name STR 64 12 output_format S16 0 11 13 END 12 14 -
branches/eam_branches/ipp-20101205/dbconfig/raw.md
r27149 r30103 141 141 md5sum STR 32 142 142 burntool_state S16 0 143 video_cells BOOL f 143 144 END
Note:
See TracChangeset
for help on using the changeset viewer.
