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