IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 9, 2007, 5:14:52 PM (19 years ago)
Author:
jhoblitt
Message:

add flatcorrRun & flatcorrExp tables

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/src/pxtables.c

    r15566 r15577  
    9999    CREATE_TABLE(calDBCreateTable);
    100100    CREATE_TABLE(calRunCreateTable);
     101    CREATE_TABLE(flatcorrRunCreateTable);
     102    CREATE_TABLE(flatcorrExpCreateTable);
    101103
    102104    return true;
     
    189191    DROP_TABLE(calDBDropTable);
    190192    DROP_TABLE(calRunDropTable);
     193    DROP_TABLE(flatcorrRunDropTable);
     194    DROP_TABLE(flatcorrExpDropTable);
    191195
    192196    // re-enable foreign key constrants
Note: See TracChangeset for help on using the changeset viewer.