Edgewall Software

Changes between Initial Version and Version 1 of Ticket #9138, comment 12


Ignore:
Timestamp:
Mar 25, 2010, 1:15:31 AM (14 years ago)
Author:
Remy Blank

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #9138, comment 12

    initial v1  
    1 now i have revision 9000 installed, my `node_change table design:
     1now i have revision 9000 installed, my `node_change` table design:
     2{{{
    23CREATE TABLE `node_change` (
    34  `rev` text COLLATE utf8_bin NOT NULL,
     
    1011  KEY `node_change_rev_idx` (`rev`(20))
    1112) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin
     13}}}