IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 8, 2009, 5:21:35 PM (17 years ago)
Author:
Paul Price
Message:

Branching for magic development (make it work with warpwarp diffs).

Location:
branches/pap_magic
Files:
1 edited
1 copied

Legend:

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

    r24105 r24120  
    877877        KEY(state),
    878878        KEY(skycell_id),
    879         KEY(tess_id)
     879        KEY(tess_id),
     880        KEY(label)
    880881) ENGINE=innodb DEFAULT CHARSET=latin1;
    881882
     
    933934        registered DATETIME,
    934935        tess_id VARCHAR(64),
     936        bothways TINYINT DEFAULT 0,
     937        exposure TINYINT DEFAULT 0,
    935938        exp_id  BIGINT,
    936939        magicked TINYINT,
     
    939942        KEY(state),
    940943        KEY(tess_id),
     944        KEY(label),
    941945        FOREIGN KEY(exp_id) REFERENCES rawExp(exp_id)
    942946) ENGINE=innodb DEFAULT CHARSET=latin1;
Note: See TracChangeset for help on using the changeset viewer.