diff --git a/vmail.sql b/vmail.sql index c46590c..4c6985d 100644 --- a/vmail.sql +++ b/vmail.sql @@ -18,25 +18,6 @@ USE `vmail`; -- -------------------------------------------------------- --- --- Table structure for table `sa_userpref` --- - -CREATE TABLE IF NOT EXISTS `sa_userpref` ( - `username` varchar(255) NOT NULL DEFAULT '', - `preference` varchar(50) NOT NULL DEFAULT '', - `value` varchar(100) NOT NULL DEFAULT '', - `prefid` int(11) NOT NULL AUTO_INCREMENT, - PRIMARY KEY (`prefid`), - KEY `username` (`username`(191)) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; - --- --- RELATIONSHIPS FOR TABLE `sa_userpref`: --- - --- -------------------------------------------------------- - -- -- Table structure for table `vm_aliases` --