From cf343bdeafb890e89796e55553a7c3fd57fc9342 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Thu, 4 Mar 2021 01:30:21 +0000 Subject: Use InnoDB instead of the deprecated MyISAM in the sqloper table. --- docs/sql/sqloper.mysql.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') 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; -- cgit v1.2.3