IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 9, 2009, 12:14:22 PM (17 years ago)
Author:
watersc1
Message:

dqstatstool: I forgot to commit this last week.

summit copy: added support for use_compress option in the datastore entry in the database. This should allow gpc1 and isp data to be copied using the same code.

dbconfig: database changes to support the above.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dbconfig/changes.txt

    r26297 r26378  
    14661466) ENGINE=innodb DEFAULT CHARSET=latin1;
    14671467
     1468-- Version 1.1.60
     1469
     1470ALTER TABLE dqstatsRun ADD COLUMN label VARCHAR(64) AFTER registered;
     1471ALTER TABLE dqstatsRun ADD KEY(label);
     1472
     1473ALTER TABLE dqstatsRun ADD COLUMN fault SMALLINT NOT NULL AFTER label;
     1474ALTER TABLE dqstatsRun ADD KEY(fault);
     1475
     1476-- Version 1.1.61
     1477
     1478ALTER TABLE pzDataStore ADD COLUMN use_compress SMALLINT NOT NULL AFTER epoch;
     1479
     1480UPDATE dbversion set schema_version = '1.1.61',  updated= CURRENT_TIMESTAMP();
Note: See TracChangeset for help on using the changeset viewer.