IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 5, 2010, 11:29:13 AM (16 years ago)
Author:
bills
Message:

Fix a couple of bugs related to publishing. Missing whereClause argument and missing
column diffPhotRun.magicked

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/share/pxadmin_create_tables.sql

    r28874 r29321  
    18371837    registered TIMESTAMP DEFAULT CURRENT_TIMESTAMP, -- time run was registered
    18381838    note VARCHAR(255),             -- note
     1839    magicked BIGINT NOT NULL DEFAULT 0, -- magic mask applied
    18391840    PRIMARY KEY(diff_phot_id),
    18401841    KEY(diff_id),
Note: See TracChangeset for help on using the changeset viewer.