Ignore:
Timestamp:
Apr 2, 2012, 2:18:17 PM (12 years ago)
Author:
plg
Message:

feature 2604: add images.rotation at database creation (not only during upgrade)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/install/db/120-database.php

    r13843 r13849  
    2929$upgrade_description = 'rotation mode (code, not angle) is stored in the database';
    3030
    31 $query = 'ALTER TABLE '.IMAGES_TABLE.' ADD COLUMN rotation tinyint DEFAULT NULL';
     31$query = 'ALTER TABLE '.IMAGES_TABLE.' ADD COLUMN rotation tinyint unsigned DEFAULT NULL';
    3232pwg_query($query);
    3333
Note: See TracChangeset for help on using the changeset viewer.