summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Rettberg2021-12-01 17:23:18 +0100
committerSimon Rettberg2021-12-01 17:23:18 +0100
commit7d03bf077172ed60f4c7938542b3be51bef58079 (patch)
tree0926f992eb7cc1d3edbb22f5667d3098310de82e
parent[locations] Modularize additional column handling (diff)
downloadslx-admin-7d03bf077172ed60f4c7938542b3be51bef58079.tar.gz
slx-admin-7d03bf077172ed60f4c7938542b3be51bef58079.tar.xz
slx-admin-7d03bf077172ed60f4c7938542b3be51bef58079.zip
[eventlog] install: Fix SQL
-rw-r--r--modules-available/eventlog/install.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules-available/eventlog/install.inc.php b/modules-available/eventlog/install.inc.php
index 3d252138..cc692022 100644
--- a/modules-available/eventlog/install.inc.php
+++ b/modules-available/eventlog/install.inc.php
@@ -17,7 +17,7 @@ $res[] = tableCreate('notification_rule', '
`ruleid` int(10) UNSIGNED NOT NULL AUTO_INCREMENT,
`title` varchar(100) NOT NULL,
`description` text,
- `type` varchar(40) NOT NULL CHARACTER SET ascii,
+ `type` varchar(40) CHARACTER SET ascii NOT NULL,
`datafilter` blob NOT NULL,
`subject` varchar(200) NOT NULL,
`message` text NOT NULL,