HomeHelpTrac

Changeset 15833 for trunk/install


Ignore:
Timestamp:
01/04/12 21:39:10 (5 months ago)
Author:
Alexander Trofimov
Message:

Form - view mode

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/install/sql/v70.sql

    r15820 r15833  
    45634563  `object` varchar(32) NOT NULL, 
    45644564  `title` varchar(255) NOT NULL, 
     4565  `view_mode` tinyint(4) NOT NULL DEFAULT '0', 
    45654566  PRIMARY KEY (`id`), 
    45664567  UNIQUE KEY `object_display_name` (`object`,`display_name`) 
Note: See TracChangeset for help on using the changeset viewer.