mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
Tons of work on the UCP, see my topic in the development forum for more info
on the bigger changes. Registration should still work, the basic layout of the UCP is also done with the start on the profile settings area. git-svn-id: file:///svn/phpbb/trunk@3591 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -654,6 +654,19 @@ CREATE TABLE phpbb_topics_watch (
|
||||
KEY notify_status (notify_status)
|
||||
);
|
||||
|
||||
# --------------------------------------------------------
|
||||
#
|
||||
# Table structure for table 'phpbb_ucp_modules'
|
||||
#
|
||||
CREATE TABLE phpbb_ucp_modules (
|
||||
module_id mediumint(8) DEFAULT '0' AUTO_INCREMENT NOT NULL,
|
||||
module_name varchar(50) NOT NULL,
|
||||
module_filename varchar(50) NOT NULL,
|
||||
module_order mediumint(4) DEFAULT '0' NOT NULL,
|
||||
KEY module_order (module_order),
|
||||
PRIMARY KEY (module_id)
|
||||
);
|
||||
|
||||
|
||||
# --------------------------------------------------------
|
||||
#
|
||||
|
Reference in New Issue
Block a user