IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 13, 2008, 5:41:31 PM (18 years ago)
Author:
bills
Message:

Implemented the commands to manage the data store

File:
1 edited

Legend:

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

    r15577 r16471  
    101101    CREATE_TABLE(flatcorrRunCreateTable);
    102102    CREATE_TABLE(flatcorrExpCreateTable);
     103    CREATE_TABLE(pstampDataStoreCreateTable);
     104    CREATE_TABLE(pstampRequestCreateTable);
     105    CREATE_TABLE(pstampJobCreateTable);
    103106
    104107    return true;
     
    193196    DROP_TABLE(flatcorrRunDropTable);
    194197    DROP_TABLE(flatcorrExpDropTable);
     198    DROP_TABLE(pstampDataStoreDropTable);
     199    DROP_TABLE(pstampRequestDropTable);
     200    DROP_TABLE(pstampJobDropTable);
    195201
    196202    // re-enable foreign key constrants
Note: See TracChangeset for help on using the changeset viewer.