Changeset 28096 for trunk/dbconfig
- Timestamp:
- May 25, 2010, 3:05:00 PM (16 years ago)
- Location:
- trunk/dbconfig
- Files:
-
- 2 edited
-
changes.txt (modified) (1 diff)
-
staticsky.md (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dbconfig/changes.txt
r28090 r28096 1700 1700 dtime_script FLOAT, -- elapsed time for script 1701 1701 sources INT, -- number of sources 1702 num_inputs INT, -- number inputs used 1702 1703 hostname VARCHAR(64) NOT NULL, -- host that executed script 1703 1704 good_frac FLOAT, -- good fraction of skycell -
trunk/dbconfig/staticsky.md
r28090 r28096 21 21 staticskyResult METADATA 22 22 sky_id S64 0 # Primary Key fkey(sky_id) ref staticskyRun(sky_id) 23 stack_id S64 0 # Primary Key fkey(stack_id) ref stackSumSkyfile(stack_id)24 23 path_base STR 255 25 24 dtime_phot F32 0.0 26 25 dtime_script F32 0.0 27 26 sources S32 0 27 num_inputs S32 0 28 28 hostname STR 64 29 29 good_frac F32 0.0 # Key
Note:
See TracChangeset
for help on using the changeset viewer.
