Assembla home | Assembla project page
 

Changeset 109

Show
Ignore:
Timestamp:
11/07/06 17:49:36 (2 years ago)
Author:
moensch
Message:

Fix some wrong field types in mls_events_barcodes table

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/com_mls_events/barcodes/install/comupgrade.xml

    r107 r109  
    6969                <query>CREATE TABLE `#__mls_events_barcodes` ( 
    7070`id` INT( 11 ) NOT NULL AUTO_INCREMENT , 
    71 `code` SMALLINT( 12 ) UNSIGNED ZEROFILL NOT NULL , 
    72 `userid` BIGINT( 11 ) NOT NULL , 
     71`code` BIGINT( 12 ) UNSIGNED ZEROFILL NOT NULL , 
     72`userid` INT( 11 ) NOT NULL , 
    7373`status` TINYINT( 1 ) DEFAULT '1' NOT NULL , 
    7474`lastupdate` DATETIME NOT NULL , 
     
    157157                        <query>CREATE TABLE `#__mls_events_barcodes` ( 
    158158`id` INT( 11 ) NOT NULL AUTO_INCREMENT , 
    159 `code` SMALLINT( 12 ) UNSIGNED ZEROFILL NOT NULL , 
    160 `userid` BIGINT( 11 ) NOT NULL , 
     159`code` BIGINT( 12 ) UNSIGNED ZEROFILL NOT NULL , 
     160`userid` INT( 11 ) NOT NULL , 
    161161`status` TINYINT( 1 ) DEFAULT '1' NOT NULL , 
    162162`lastupdate` DATETIME NOT NULL ,