IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 32830 for trunk/dbconfig


Ignore:
Timestamp:
Nov 28, 2011, 4:38:00 PM (15 years ago)
Author:
heather
Message:

added a column to addstuff.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dbconfig/changes.txt

    r32609 r32830  
    21772177
    21782178UPDATE dbversion set schema_version = '1.1.71', updated= CURRENT_TIMESTAMP();
     2179
     2180
     2181-- this is to stuff extra stage related information.
     2182-- example - multi filter staticsky stage - this allows selection of
     2183-- each filter of cmf staticsky. 
     2184
     2185alter table addRun add column stage_extra1 int after stage_id;
Note: See TracChangeset for help on using the changeset viewer.