Changeset 2306 for trunk/install/upgrade_1.3.1.php
- Timestamp:
- Apr 21, 2008, 12:20:20 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/install/upgrade_1.3.1.php
r2299 r2306 68 68 ADD COLUMN commentable enum('true','false') NOT NULL default 'true' 69 69 ;", 70 70 71 71 " 72 72 ALTER TABLE phpwebgallery_categories … … 88 88 SET date_temp = date 89 89 ;", 90 90 91 91 " 92 92 ALTER TABLE phpwebgallery_comments … … 123 123 SET date_temp = date 124 124 ;", 125 125 126 126 " 127 127 ALTER TABLE phpwebgallery_history … … 204 204 ADD INDEX images_i5 (date_creation) 205 205 ;", 206 206 207 207 " 208 208 ALTER TABLE phpwebgallery_sessions … … 219 219 SET expiration_temp = expiration 220 220 ;", 221 221 222 222 " 223 223 ALTER TABLE phpwebgallery_sessions … … 234 234 DROP COLUMN expiration_temp 235 235 ;", 236 236 237 237 " 238 238 ALTER TABLE phpwebgallery_sites … … 248 248 DROP TABLE phpwebgallery_user_category 249 249 ;", 250 250 251 251 " 252 252 ALTER TABLE phpwebgallery_users … … 273 273 ADD UNIQUE users_ui1 (username) 274 274 ;", 275 275 276 276 " 277 277 CREATE TABLE phpwebgallery_rate ( … … 339 339 { 340 340 $existing_indexes = array(); 341 341 342 342 $query = ' 343 343 SHOW INDEX … … 526 526 527 527 // refresh calculated datas 528 ordering();529 528 update_global_rank(); 530 529 update_category(); … … 584 583 array( 585 584 'all sub-categories of private categories become private', 586 585 587 586 'user permissions and group permissions have been erased', 588 587
Note: See TracChangeset
for help on using the changeset viewer.