IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 9, 2013, 4:53:45 PM (13 years ago)
Author:
heather
Message:

added feature of time range for P2/ST - doesnt work for ST yet, queue those seperately

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippToPsps/config/ippToPspsDbSchema.sql

    r35994 r36201  
    129129  `P2_smf_version` varchar(16) default NULL,
    130130  `ST_cmf_version` varchar(16) default NULL,
     131  `trange_start`  timestamp NOT NULL default '0000-00-00 00:00:00',
     132  `trange_end` timestamp NOT NULL default '0000-00-00 00:00:00', 
    131133  UNIQUE KEY `name` (`name`)
    132134) ENGINE=InnoDB DEFAULT CHARSET=latin1;
Note: See TracChangeset for help on using the changeset viewer.