Changeset 35896 for trunk/ippTools/share
- Timestamp:
- Aug 6, 2013, 11:05:55 AM (13 years ago)
- Location:
- trunk/ippTools/share
- Files:
-
- 2 edited
-
pxadmin_create_tables.sql (modified) (3 diffs)
-
pxadmin_drop_tables.sql (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/share/pxadmin_create_tables.sql
r35838 r35896 2172 2172 dataRelease INT, -- PSPS dataRelease 2173 2173 priority INT, 2174 dvodb VARCHAR(255), 2175 ubercal_file VARCHAR(255), 2174 2176 PRIMARY KEY(rel_id), 2175 2177 UNIQUE KEY(surveyID, release_name), … … 2186 2188 chip_id BIGINT, -- links to the runs that supplied the data 2187 2189 cam_id BIGINT, -- for this release 2188 group_id INT, -- id of relGroup that this exposure is contained in2190 group_id INT, -- id of relGroup that this exposure is contained in 2189 2191 state VARCHAR(16), -- released, pending, archive, drop 2190 flags INT UNSIGNED, -- flags for relphot, relastro, ??2192 flags INT UNSIGNED, -- flags for relphot, relastro, ?? 2191 2193 zpt_obs FLOAT, -- calibrated zero point for this release of 2192 2194 zpt_stdev FLOAT, -- this exposure 2195 ubercal_dist INT, -- ubercal distance (from dvo calibration) 2193 2196 path_base VARCHAR(255), -- path_base of any supporting files for this 2194 2197 -- release of this exposure. … … 2303 2306 ) ENGINE=InnoDB DEFAULT CHARSET=latin1; 2304 2307 2308 2305 2309 -- These comment lines are here to avoid an empty query error. 2306 2310 -- Another way to avoid that problem is to omit the semicolon above but I think that is untidy. -
trunk/ippTools/share/pxadmin_drop_tables.sql
r35838 r35896 118 118 DROP TABLE IF EXISTS mergedvodbProcessed; 119 119 DROP TABLE IF EXISTS mergedvodbRun; 120 DROP TABLE IF EXISTS dqstatsContent; 120 121 DROP TABLE IF EXISTS dqstatsRun; 121 DROP TABLE IF EXISTS dqstatsContent;122 122 123 123 SET FOREIGN_KEY_CHECKS=1
Note:
See TracChangeset
for help on using the changeset viewer.
