IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 35812


Ignore:
Timestamp:
Jul 12, 2013, 2:32:48 PM (13 years ago)
Author:
bills
Message:

include addtion of chipRun.update_mode

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tags/ipp-20130307/dbconfig/changes.txt

    r35489 r35812  
    24172417
    24182418UPDATE dbversion set schema_version = '1.1.75', updated= CURRENT_TIMESTAMP();
     2419
     2420--
     2421alter table chipRun add column update_mode SMALLINT DEFAULT 0 AFTER maskfrac_advisory;
     2422
     2423UPDATE dbversion set schema_version = '1.1.76', updated= CURRENT_TIMESTAMP();
Note: See TracChangeset for help on using the changeset viewer.