summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--extras/m_sqloper.mysql.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/m_sqloper.mysql.sql b/extras/m_sqloper.mysql.sql
index 293a2aa70..9464adc1d 100644
--- a/extras/m_sqloper.mysql.sql
+++ b/extras/m_sqloper.mysql.sql
@@ -15,7 +15,7 @@ CREATE TABLE ircd_opers (
hostname text,
type text,
PRIMARY KEY (id)
-) TYPE=MyISAM;
+) ENGINE=MyISAM;
--
-- Dumping data for table `ircd_opers`