Changeset 1567

Show
Ignore:
Timestamp:
03/17/08 09:19:10 (5 months ago)
Author:
misja
Message:

Misja Hoebe <misja@curverider.co.uk> Applied attachment:ticket:330:mysql.diff, closes #330

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • devel/lib/db/mysql.sql

    r1096 r1567  
    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,