IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 5, 2009, 9:35:41 AM (17 years ago)
Author:
bills
Message:

Changed the way image ids are handled. For chip and warp new tables are
added the sole purpose of which are to create the image ids before
the images are created. For diff the id is added to diffInputSkyfile

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/share/pxadmin_drop_tables.sql

    r20786 r21308  
    1212DROP TABLE IF EXISTS chipRun;
    1313DROP TABLE IF EXISTS chipProcessedImfile;
     14DROP TABLE IF EXISTS chipImfile;
    1415DROP TABLE IF EXISTS chipMask;
    1516DROP TABLE IF EXISTS camRun;
     
    3334DROP TABLE IF EXISTS warpRun;
    3435DROP TABLE IF EXISTS warpSkyCellMap;
     36DROP TABLE IF EXISTS warpImfile;
    3537DROP TABLE IF EXISTS warpSkyfile;
    3638DROP TABLE IF EXISTS warpMask;
Note: See TracChangeset for help on using the changeset viewer.