removed sa_userpref table, sa automatically creates it

This commit is contained in:
Matthew Saunders Brown 2021-04-21 12:52:15 -07:00
parent 6138fdb0f8
commit 121bf571af

View File

@ -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` -- Table structure for table `vm_aliases`
-- --