Ticket #330: mysql.diff
| File mysql.diff, 476 bytes (added by joerosa, 6 months ago) |
|---|
-
lib/db/mysql.sql
old new 496 496 497 497 CREATE TABLE `prefix_messages` ( 498 498 `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, 501 501 `from_id` int(11) NOT NULL, 502 502 `to_id` int(11) NOT NULL, 503 503 `posted` int(11) NOT NULL,
