1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-14 02:24:08 +02:00

Improved parent/child drag-n-drop sorting on custom-pages and forum.

This commit is contained in:
Cameron
2015-04-03 21:19:43 -07:00
parent 1c8cfb999f
commit 6661eb28de
4 changed files with 168 additions and 25 deletions

View File

@@ -414,7 +414,7 @@ CREATE TABLE page_chapters (
chapter_meta_keywords varchar(255) NOT NULL default '',
chapter_manager tinyint(3) unsigned NOT NULL default '254',
chapter_icon varchar(250) NOT NULL default '',
chapter_order int(4) unsigned NOT NULL default '0',
chapter_order int(6) unsigned NOT NULL default '0',
chapter_template varchar(50) NOT NULL default '',
chapter_visibility tinyint(3) unsigned NOT NULL default '0',
PRIMARY KEY (chapter_id),