- Timestamp:
- Mar 12, 2015, 8:11:13 PM (8 years ago)
- Branches:
- master
- Children:
- c7d197d
- Parents:
- 4cefac0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
examples/dovecot.sql
r4cefac0 r0ebef4e 26 26 CREATE TABLE IF NOT EXISTS `virtual_domains` ( 27 27 `id` int(11) NOT NULL AUTO_INCREMENT, 28 `name` varchar( 50) NOT NULL,28 `name` varchar(64) NOT NULL, 29 29 PRIMARY KEY (`id`) 30 30 ) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
Note: See TracChangeset
for help on using the changeset viewer.