IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 28, 2007, 12:01:22 PM (19 years ago)
Author:
jhoblitt
Message:

refactor chiptool & db to preserve metadata history

File:
1 edited

Legend:

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

    r12530 r13990  
    6060    CREATE_TABLE(rawImfileCreateTable);
    6161    CREATE_TABLE(guidePendingExpCreateTable);
    62     CREATE_TABLE(chipPendingExpCreateTable);
     62    CREATE_TABLE(chipRunCreateTable);
    6363    CREATE_TABLE(chipPendingImfileCreateTable);
    64     CREATE_TABLE(chipProcessedExpCreateTable);
    6564    CREATE_TABLE(chipProcessedImfileCreateTable);
    6665    CREATE_TABLE(chipMaskCreateTable);
     
    142141    DROP_TABLE(rawImfileDropTable);
    143142    DROP_TABLE(guidePendingExpDropTable);
    144     DROP_TABLE(chipPendingExpDropTable);
     143    DROP_TABLE(chipRunDropTable);
    145144    DROP_TABLE(chipPendingImfileDropTable);
    146     DROP_TABLE(chipProcessedExpDropTable);
    147145    DROP_TABLE(chipProcessedImfileDropTable);
    148146    DROP_TABLE(chipMaskDropTable);
Note: See TracChangeset for help on using the changeset viewer.