Changeset 17877 for trunk/dbconfig
- Timestamp:
- Jun 2, 2008, 11:24:18 AM (18 years ago)
- Location:
- trunk/dbconfig
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dbconfig/changes.txt
r17872 r17877 171 171 ALTER TABLE rawImfile ADD COLUMN epoch TIMESTAMP DEFAULT CURRENT_TIMESTAMP AFTER fault; 172 172 173 -- 1.1.38 173 174 175 -- first use of fake* tables 176 -- just drop/recreate any fake* tables prior to this point -
trunk/dbconfig/config.md
r17872 r17877 2 2 pkg_name STR ippdb 3 3 pkg_namespace STR ippdb 4 pkg_version STR 1.1.3 74 pkg_version STR 1.1.38 5 5 END -
trunk/dbconfig/fake.md
r17358 r17877 1 1 fakeRun METADATA 2 2 fake_id S64 0 # Primary Key AUTO_INCREMENT 3 exp_id S64 64 # Key INDEX(fake_id, exp_id) fkey (exp_id) ref rawExp(exp_id)3 cam_id S64 0 # Key INDEX(fake_id, cam_id) fkey (cam_id) ref camRun(cam_id) 4 4 state STR 64 # Key 5 5 workdir STR 255 6 workdir_state STR 64 # Key7 6 label STR 64 # Key 8 7 reduction STR 64 # Reduction class … … 11 10 tess_id STR 64 12 11 end_stage STR 64 # Key 12 epoch UTC 0001-01-01T00:00:00Z 13 13 END 14 14 15 15 fakeProcessedImfile METADATA 16 fake_id S64 0 # Primary Key fkey (fake_id , exp_id) ref fakeRun(fake_id, exp_id)16 fake_id S64 0 # Primary Key fkey (fake_id) ref fakeRun(fake_id) 17 17 exp_id S64 64 # Primary Key fkey (exp_id, class_id) ref rawImfile(exp_id, class_id) 18 18 class_id STR 64 # Primary Key … … 22 22 path_base STR 255 23 23 fault S16 0 # Key NOT NULL 24 epoch UTC 0001-01-01T00:00:00Z 24 25 END 25 26
Note:
See TracChangeset
for help on using the changeset viewer.
