IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 2, 2007, 3:46:36 PM (19 years ago)
Author:
jhoblitt
Message:

refactor camtool & db to preserve metadata history

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/backtrack/ippTools/src/pxtables.c

    r13990 r13994  
    6464    CREATE_TABLE(chipProcessedImfileCreateTable);
    6565    CREATE_TABLE(chipMaskCreateTable);
    66     CREATE_TABLE(camPendingExpCreateTable);
     66    CREATE_TABLE(camRunCreateTable);
    6767    CREATE_TABLE(camProcessedExpCreateTable);
    6868    CREATE_TABLE(camMaskCreateTable);
     
    145145    DROP_TABLE(chipProcessedImfileDropTable);
    146146    DROP_TABLE(chipMaskDropTable);
    147     DROP_TABLE(camPendingExpDropTable);
     147    DROP_TABLE(camRunDropTable);
    148148    DROP_TABLE(camProcessedExpDropTable);
    149149    DROP_TABLE(camMaskDropTable);
Note: See TracChangeset for help on using the changeset viewer.