IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 18449


Ignore:
Timestamp:
Jul 9, 2008, 1:12:02 PM (18 years ago)
Author:
bills
Message:

added sql to update chipRun to new state values

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dbconfig/changes.txt

    r18050 r18449  
    355355
    356356DROP TABLE warpCamMap;
     357
     358
     359-- new values for chipRun.state
     360
     361update chipRun set state = 'new' where state = 'run';
     362update chipRun set state = 'full' where state = 'stop';
     363
Note: See TracChangeset for help on using the changeset viewer.