Changeset 9181
- Timestamp:
- Oct 3, 2006, 5:55:31 PM (20 years ago)
- Location:
- trunk/dbconfig
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dbconfig/Makefile
r9150 r9181 8 8 9 9 install: ippdb.m4 10 $(GLUEFORGE) -i ippdb.m4 --output ../ippdb .src10 $(GLUEFORGE) -i ippdb.m4 --output ../ippdb 11 11 chmod +x ../ippdb.src/autogen.sh 12 12 -
trunk/dbconfig/tasks.md
r9172 r9181 1 # $Id: tasks.md,v 1.8 0 2006-10-04 02:58:14jhoblitt Exp $1 # $Id: tasks.md,v 1.81 2006-10-04 03:55:31 jhoblitt Exp $ 2 2 3 3 # this table records all exposure ID ever seen from the summit … … 10 10 summitExp METADATA 11 11 exp_id STR 64 # Primary Key 12 camera STR 255# Primary Key13 telescope STR 255# Primary Key12 camera STR 64 # Primary Key 13 telescope STR 64 # Primary Key 14 14 # time 15 15 exp_type STR 64 … … 19 19 pzPendingExp METADATA 20 20 exp_id STR 64 # Primary Key 21 camera STR 255# Primary Key22 telescope STR 255# Primary Key21 camera STR 64 # Primary Key 22 telescope STR 64 # Primary Key 23 23 # time 24 24 exp_type STR 64 … … 31 31 pzPendingImfile METADATA 32 32 exp_id STR 64 # Primary Key 33 camera STR 255# Primary Key34 telescope STR 255# Primary Key33 camera STR 64 # Primary Key 34 telescope STR 64 # Primary Key 35 35 bytes S32 0 36 36 md5sum STR 32 … … 43 43 exp_tag STR 64 # Primary Key 44 44 exp_id STR 64 # Key 45 camera STR 25546 telescope STR 25545 camera STR 64 46 telescope STR 64 47 47 # time 48 48 exp_type STR 64 … … 62 62 rawDetrendExp METADATA 63 63 exp_tag STR 64 # Primary Key 64 camera STR 25565 telescope STR 25564 camera STR 64 65 telescope STR 64 66 66 exp_type STR 64 67 67 imfiles S32 0 … … 83 83 rawScienceExp METADATA 84 84 exp_tag STR 64 # Primary Key 85 camera STR 25586 telescope STR 25585 camera STR 64 86 telescope STR 64 87 87 exp_type STR 64 88 88 imfiles S32 0
Note:
See TracChangeset
for help on using the changeset viewer.
