Skip to content
Snippets Groups Projects
Commit dfc5a2e5 authored by Prasad's avatar Prasad
Browse files

Fixes #1068: Placeholder table removed - which was initially added to hold user perfs per module

parent 95932fad
No related branches found
No related tags found
No related merge requests found
......@@ -298,7 +298,6 @@ class Vtiger_ModuleBasic {
Vtiger_Utils::CreateTable($this->basetable,"($this->basetableid INT(19) PRIMARY KEY)",true);
Vtiger_Utils::CreateTable($this->customtable,"($this->basetableid INT(19) PRIMARY KEY)", true);
Vtiger_Utils::CreateTable($this->fieldtable,"(recordid INT(25) NOT NULL,userid INT(25) NOT NULL,starred VARCHAR(100) NULL DEFAULT NULL)",true);
if(Vtiger_Version::check('5.0.4', '<=')) {
Vtiger_Utils::CreateTable($this->grouptable, "($this->basetableid INT PRIMARY KEY, groupname varchar(100))",true);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment