Project

General

Profile

« Previous | Next » 

Revision 1889

Added by Dietmar over 11 years ago

  1. bugfix solved sections block update
    ! update sections table change some varchar to int(11)
    + upgradeHelper class for better module upgrade

View differences:

websitebaker.sql
83 83
  `page_id` int(11) NOT NULL DEFAULT '0',
84 84
  `position` int(11) NOT NULL DEFAULT '0',
85 85
  `module` varchar(255){TABLE_COLLATION} NOT NULL DEFAULT '',
86
  `block` varchar(255){TABLE_COLLATION} NOT NULL DEFAULT '',
87
  `publ_start` varchar(255){TABLE_COLLATION} NOT NULL DEFAULT '0',
88
  `publ_end` varchar(255){TABLE_COLLATION} NOT NULL DEFAULT '0',
86
  `block` int(11) NOT NULL DEFAULT '1',
87
  `publ_start` int(11) NOT NULL DEFAULT '0',
88
  `publ_end` int(11) NOT NULL DEFAULT '0',
89 89
  PRIMARY KEY (`section_id`)
90 90
) {TABLE_ENGINE};
91 91
--

Also available in: Unified diff