Changeset 3d4a482 in github for SQL/mysql.initial.sql


Ignore:
Timestamp:
Jan 12, 2012 2:16:51 AM (17 months ago)
Author:
alecpl <alec@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.8
Children:
3efe96a
Parents:
5d95076
Message:
  • Fix failure on MySQL database upgrade from 0.7 - text column can't have default value (#1488300)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • SQL/mysql.initial.sql

    r48be8f6 r3d4a482  
    102102 `del` tinyint(1) NOT NULL DEFAULT '0', 
    103103 `name` varchar(128) NOT NULL DEFAULT '', 
    104  `email` text NOT NULL DEFAULT '', 
     104 `email` text NOT NULL, 
    105105 `firstname` varchar(128) NOT NULL DEFAULT '', 
    106106 `surname` varchar(128) NOT NULL DEFAULT '', 
Note: See TracChangeset for help on using the changeset viewer.