Changeset 35048 for trunk/dbconfig/changes.txt
- Timestamp:
- Jan 24, 2013, 4:54:58 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/dbconfig/changes.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dbconfig/changes.txt
r34911 r35048 2282 2282 surveyID INT(8), 2283 2283 releaseName VARCHAR(64), 2284 stateVARCHAR(16), -- active, pending archive drop2284 release_state VARCHAR(16), -- active, pending archive drop 2285 2285 dataRelease INT(8), -- PSPS dataRelease 2286 2286 PRIMARY KEY(rel_id), … … 2312 2312 ) ENGINE=innodb DEFAULT CHARSET=latin1; 2313 2313 2314 CREATE TABLE relStack ( 2315 relstack_id BIGINT AUTO_INCREMENT, 2316 rel_id INT(8), 2317 skycal_id BIGINT, -- id of the sky calibration run that supplied the calibration 2318 -- for this release. We get back to stack from here 2319 skycell_id varchar(64), 2320 tess_id varchar(64), 2321 state VARCHAR(16), -- released, pending, archive, drop 2322 flags INT UNSIGNED, 2323 stack_type VARCHAR(16), -- nightly, deep, reference 2324 zpt_obs FLOAT, -- calibrated zero point for this release of this skycell 2325 zpt_stdev FLOAT, 2326 fwhm_major FLOAT, -- seeing as measured by staticsky 2327 path_base VARCHAR(255), -- path_base of any supporting files, 2328 registered DATETIME, 2329 time_stamp DATETIME, 2330 PRIMARY KEY (relstack_id), 2331 KEY (tess_id, skycell_id), 2332 KEY (rel_id, tess_id, skycell_id), 2333 FOREIGN KEY(rel_id) REFERENCES ippRelease(rel_id), 2334 FOREIGN KEY(skycal_id) REFERENCES skycalRun(skycal_id) 2335 ) ENGINE=innodb DEFAULT CHARSET=latin1; 2336 2314 2337 UPDATE dbversion set schema_version = '1.1.74', updated= CURRENT_TIMESTAMP();
Note:
See TracChangeset
for help on using the changeset viewer.
