From 121bf571afb8a5c18b30dcbb89f080a5198751f8 Mon Sep 17 00:00:00 2001 From: Matthew Saunders Brown Date: Wed, 21 Apr 2021 12:52:15 -0700 Subject: [PATCH] removed sa_userpref table, sa automatically creates it --- vmail.sql | 19 ------------------- 1 file changed, 19 deletions(-) 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` --