Skip to content

Commit 046563e

Browse files
author
Till Brehm
committed
Fixed typo in xmpp_domain create statement in sql dev collection file.
1 parent 96ae77f commit 046563e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/sql/incremental/upd_dev_collection.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ CREATE TABLE `xmpp_domain` (
9999
`vjud_opt_mode` enum('in', 'out') NOT NULL DEFAULT 'in',
100100

101101
`use_muc_host` enum('n','y') NOT NULL DEFAULT 'n',
102-
`muc_name` varchar(30) NOT NULL DEFAULT ''
102+
`muc_name` varchar(30) NOT NULL DEFAULT '',
103103
`muc_restrict_room_creation` enum('n', 'y', 'm') NOT NULL DEFAULT 'm',
104104
`muc_admins` text,
105105
`use_pastebin` enum('n','y') NOT NULL DEFAULT 'n',

0 commit comments

Comments
 (0)