PHP Classes

File: install/dbdeploy/19071501_engine_update.sql

Recommend this page to a friend!
  Classes of Fabrice Fesch   Melis PHP CMS Engine   install/dbdeploy/19071501_engine_update.sql   Download  
File: install/dbdeploy/19071501_engine_update.sql
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Melis PHP CMS Engine
Engine to manage the content page data
Author: By
Last change:
Date: 2 years ago
Size: 336 bytes
 

Contents

Class file image Download
ALTER TABLE `melis_cms_page_published` CHANGE `page_type` `page_type` ENUM('SITE', 'FOLDER', 'PAGE', 'NEWSLETTER', 'NEWS_DETAIL', 'BLOG_DETAIL') NOT NULL DEFAULT 'PAGE'; ALTER TABLE `melis_cms_page_saved` CHANGE `page_type` `page_type` ENUM('SITE', 'FOLDER', 'PAGE', 'NEWSLETTER', 'NEWS_DETAIL', 'BLOG_DETAIL') NOT NULL DEFAULT 'PAGE';