IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 13, 2007, 6:12:01 PM (19 years ago)
Author:
jhoblitt
Message:

add magic tables

File:
1 edited

Legend:

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

    r14270 r14485  
    9090    CREATE_TABLE(diffInputSkyfileCreateTable);
    9191    CREATE_TABLE(diffSkyfileCreateTable);
     92    CREATE_TABLE(magicRunCreateTable);
     93    CREATE_TABLE(magicInputSkyfileCreateTable);
     94    CREATE_TABLE(magicTreeCreateTable);
     95    CREATE_TABLE(magicNodeResultCreateTable);
     96    CREATE_TABLE(magicMaskCreateTable);
    9297
    9398    return true;
     
    171176    DROP_TABLE(stackInputSkyfileDropTable);
    172177    DROP_TABLE(stackSumSkyfileDropTable);
     178    DROP_TABLE(magicRunDropTable);
     179    DROP_TABLE(magicInputSkyfileDropTable);
     180    DROP_TABLE(magicTreeDropTable);
     181    DROP_TABLE(magicNodeResultDropTable);
     182    DROP_TABLE(magicMaskDropTable);
    173183
    174184    // re-enable foreign key constrants
Note: See TracChangeset for help on using the changeset viewer.