IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 24, 2010, 12:57:49 PM (16 years ago)
Author:
Paul Price
Message:

Use 'magicked' column in the BackgroundRun tables.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/pap/ippTools/share/pxadmin_create_tables.sql

    r28461 r28475  
    16941694    note VARCHAR(255),        -- note
    16951695    registered TIMESTAMP DEFAULT CURRENT_TIMESTAMP, -- time run was registered
     1696    magicked BIGINT DEFAULT 0 NOT NULL, -- magic status
    16961697    PRIMARY KEY(chip_bg_id),
    16971698    KEY(chip_id),
     
    17401741    note VARCHAR(255),        -- note
    17411742    registered TIMESTAMP DEFAULT CURRENT_TIMESTAMP, -- time run was registered
     1743    magicked BIGINT DEFAULT 0 NOT NULL, -- magic status
    17421744    PRIMARY KEY(warp_bg_id),
    17431745    KEY(warp_id),
Note: See TracChangeset for help on using the changeset viewer.