summaryrefslogtreecommitdiff
path: root/docs/sql/sqloper.mysql.sql
diff options
context:
space:
mode:
Diffstat (limited to 'docs/sql/sqloper.mysql.sql')
-rw-r--r--docs/sql/sqloper.mysql.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/sql/sqloper.mysql.sql b/docs/sql/sqloper.mysql.sql
index a8a2b7e1d..83dfa68a6 100644
--- a/docs/sql/sqloper.mysql.sql
+++ b/docs/sql/sqloper.mysql.sql
@@ -9,4 +9,4 @@ CREATE TABLE ircd_opers (
autologin tinyint(1) NOT NULL DEFAULT 0,
active tinyint(1) NOT NULL DEFAULT 1,
PRIMARY KEY (id)
-) ENGINE=MyISAM;
+) ENGINE=InnoDB;