IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 29495 for trunk/dbconfig


Ignore:
Timestamp:
Oct 20, 2010, 11:53:36 AM (16 years ago)
Author:
bills
Message:

Add path_base to magicMask. Convert destreaking to get streaks file from there.
Also deleted magicInputSkyfile.diff_id from pxadmin_create_tables.sql. The column has been
gone for ages in gpc1 and the rest of the code but new databases were getting it set

Location:
trunk/dbconfig
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/dbconfig/changes.txt

    r29493 r29495  
    19461946ALTER TABLE stackSummary DROP PRIMARY KEY, ADD PRIMARY KEY (sass_id, projection_cell);
    19471947
     1948ALTER TABLE stackSumSkyfile ADD COLUMN mjd_obs double AFTER good_frac;
     1949
    19481950-- changes to support cleanup of the background preserved images
    19491951ALTER TABLE chipBackgroundImfile ADD COLUMN data_state VARCHAR(64) AFTER path_base;
     
    19521954ALTER TABLE warpBackgroundSkyfile  ADD KEY(data_state);
    19531955
    1954 ALTER TABLE stackSumSkyfile ADD COLUMN mjd_obs double AFTER good_frac;
     1956ALTER TABLE magicMask ADD COLUMN path_base VARCHAR(255) AFTER uri;
     1957
     1958-- diff_id was removed from magicInputSkyfile ages ago, but
     1959-- pxadmin_create_tables.sql still had it this command didn't work due to
     1960-- a mysql error.
     1961-- ALTER TABLE magicInputSkyfile DROP COLUMN diff_id;
  • trunk/dbconfig/magic.md

    r27450 r29495  
    4242    magic_id    S64         0       # Primary Key fkey(magic_id) ref magicRun(magic_id)
    4343    uri         STR         255
     44    path_base   STR         255
    4445    streaks     S32         0
    4546    fault       S16         0       # Key
Note: See TracChangeset for help on using the changeset viewer.