Changeset 27840 for branches/simtest_nebulous_branches/dbconfig/publish.md
- Timestamp:
- May 3, 2010, 8:50:52 AM (16 years ago)
- Location:
- branches/simtest_nebulous_branches
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
dbconfig/publish.md (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/simtest_nebulous_branches
- Property svn:mergeinfo changed
-
branches/simtest_nebulous_branches/dbconfig/publish.md
r24512 r27840 1 1 # Tables for publishing data to a science client 2 2 3 publishClient METADATA 4 client_id S64 0 # Primary Key AUTO_INCREMENT 5 product STR 64 6 stage STR 64 7 workdir STR 255 8 comment STR 255 3 publishClient METADATA 4 client_id S64 0 # Primary Key AUTO_INCREMENT 5 active BOOL TRUE 6 product STR 64 7 stage STR 64 8 magicked BOOL TRUE 9 workdir STR 255 10 comment STR 255 11 END 12 13 publishRun METADATA 14 pub_id S64 0 # Primary Key AUTO_INCREMENT 15 client_id S64 0 16 stage_id S64 0 17 label STR 64 18 state STR 64 19 END 20 21 publishDone METADATA 22 pub_id S64 0 # Primary Key 23 path_base STR 255 24 hostname STR 64 25 dtime_script F32 0.0 26 fault S16 0 9 27 END 10 11 publishRun METADATA12 pub_id S64 0 # Primary Key AUTO_INCREMENT13 client_id S64 014 stage_id S64 015 label STR 6416 state STR 6417 END18 19 publishDone METADATA20 pub_id S64 0 # Primary Key21 path_base STR 25522 fault S16 023 END
Note:
See TracChangeset
for help on using the changeset viewer.
