IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 19, 2007, 4:05:53 PM (19 years ago)
Author:
jhoblitt
Message:

add magicSkyfileMask table

File:
1 edited

Legend:

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

    r15234 r15346  
    9696    CREATE_TABLE(magicNodeResultCreateTable);
    9797    CREATE_TABLE(magicMaskCreateTable);
     98    CREATE_TABLE(magicSkyfileMaskCreateTable);
    9899
    99100    return true;
     
    183184    DROP_TABLE(magicNodeResultDropTable);
    184185    DROP_TABLE(magicMaskDropTable);
     186    DROP_TABLE(magicSkyfileMaskDropTable);
    185187
    186188    // re-enable foreign key constrants
Note: See TracChangeset for help on using the changeset viewer.