removed sa_userpref table, sa automatically creates it
This commit is contained in:
parent
6138fdb0f8
commit
121bf571af
19
vmail.sql
19
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`
|
-- Table structure for table `vm_aliases`
|
||||||
--
|
--
|
||||||
|
|
Loading…
Reference in New Issue
Block a user