IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 90 and Version 91 of PS1_IPP_Czarlog_20121126


Ignore:
Timestamp:
Nov 29, 2012, 3:42:35 PM (14 years ago)
Author:
watersc1
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PS1_IPP_Czarlog_20121126

    v90 v91  
    116116Rows matched: 1  Changed: 1  Warnings: 0
    117117}}}
     118 * 15:38 CZW: isp database changes finished:
     119{{{
     120mysql> select * from dbversion;
     121+----------------+---------------------+
     122| schema_version | updated             |
     123+----------------+---------------------+
     124| 1.1.71         | 2012-01-31 15:42:51 |
     125+----------------+---------------------+
     1261 row in set (0.02 sec)
     127
     128mysql> ALTER TABLE warpSkyfile add column background_model SMALLINT after maskfrac_advisory;
     129Query OK, 159282 rows affected (5.34 sec)
     130Records: 159282  Duplicates: 0  Warnings: 0
     131
     132mysql> ALTER TABLE stackSumSkyfile add column background_model SMALLINT after software_ver;
     133Query OK, 80 rows affected (1.05 sec)
     134Records: 80  Duplicates: 0  Warnings: 0
     135
     136mysql> ALTER TABLE skycalResult ADD column n_detections INT after n_astrom;
     137ERROR 1146 (42S02): Table 'isp.skycalResult' doesn't exist
     138mysql> UPDATE dbversion set schema_version = '1.1.72', updated= CURRENT_TIMESTAMP();
     139Query OK, 1 row affected (0.00 sec)
     140Rows matched: 1  Changed: 1  Warnings: 0
     141}}}
     142 * 15:39 CZW: ssp database changes finished:
     143{{{
     144
     145select * from dbversion
     146    -> ;
     147+--------------------+---------------------+
     148| schema_version     | updated             |
     149+--------------------+---------------------+
     150| 1.1.71717171717171 | 2012-01-31 19:52:32 |
     151+--------------------+---------------------+
     1521 row in set (0.05 sec)
     153
     154mysql> ALTER TABLE warpSkyfile add column background_model SMALLINT after maskfrac_advisory;
     155Query OK, 0 rows affected (1.10 sec)
     156Records: 0  Duplicates: 0  Warnings: 0
     157
     158mysql> ALTER TABLE stackSumSkyfile add column background_model SMALLINT after software_ver;
     159Query OK, 0 rows affected (1.00 sec)
     160Records: 0  Duplicates: 0  Warnings: 0
     161
     162mysql> ALTER TABLE skycalResult ADD column n_detections INT after n_astrom;
     163Query OK, 0 rows affected (0.81 sec)
     164Records: 0  Duplicates: 0  Warnings: 0
     165
     166mysql> ALTER TABLE skycalResult ADD column n_extended INT after n_detections;
     167Query OK, 0 rows affected (0.63 sec)
     168Records: 0  Duplicates: 0  Warnings: 0
     169
     170mysql> UPDATE dbversion set schema_version = '1.1.72', updated= CURRENT_TIMESTAMP();
     171Query OK, 1 row affected (0.00 sec)
     172Rows matched: 1  Changed: 1  Warnings: 0
     173}}}
     174 * 15:40 CZW: No changes made to megacam database:
     175{{{
     176mysql> select * from dbversion;
     177+----------------+---------------------+
     178| schema_version | updated             |
     179+----------------+---------------------+
     180| 1.1.69         | 2012-03-22 11:30:59 |
     181+----------------+---------------------+
     1821 row in set (0.08 sec)
     183}}}
     184 * 15:42 CZW: uip database changes finished:
     185{{{
     186
     187mysql> select * from dbversion;
     188+--------------------+---------------------+
     189| schema_version     | updated             |
     190+--------------------+---------------------+
     191| 1.1.71717171717171 | 2012-02-29 12:02:53 |
     192+--------------------+---------------------+
     1931 row in set (0.08 sec)
     194
     195mysql> ALTER TABLE warpSkyfile add column background_model SMALLINT after maskfrac_advisory;
     196Query OK, 0 rows affected (1.04 sec)
     197Records: 0  Duplicates: 0  Warnings: 0
     198
     199mysql> ALTER TABLE stackSumSkyfile add column background_model SMALLINT after software_ver;
     200Query OK, 0 rows affected (1.00 sec)
     201Records: 0  Duplicates: 0  Warnings: 0
     202
     203mysql> ALTER TABLE skycalResult ADD column n_detections INT after n_astrom;
     204Query OK, 0 rows affected (0.84 sec)
     205Records: 0  Duplicates: 0  Warnings: 0
     206
     207mysql> ALTER TABLE skycalResult ADD column n_extended INT after n_detections;
     208Query OK, 0 rows affected (0.65 sec)
     209Records: 0  Duplicates: 0  Warnings: 0
     210
     211mysql> UPDATE dbversion set schema_version = '1.1.72', updated= CURRENT_TIMESTAMP();
     212Query OK, 1 row affected (0.00 sec)
     213Rows matched: 1  Changed: 1  Warnings: 0
     214}}}
    118215=== Friday : 2012.11.29 ===
    119216