Ticket #330: mysql.diff

File mysql.diff, 476 bytes (added by joerosa, 6 months ago)

MySQL - diff

  • lib/db/mysql.sql

    old new  
    496496 
    497497CREATE TABLE `prefix_messages` ( 
    498498  `ident` int(11) NOT NULL auto_increment, 
    499   `title` text NOT NULL default ''
    500   `body` text NOT NULL default ''
     499  `title` text NOT NULL
     500  `body` text NOT NULL
    501501  `from_id` int(11) NOT NULL, 
    502502  `to_id` int(11) NOT NULL, 
    503503  `posted` int(11) NOT NULL,