mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-09 18:49:03 -04:00
Use InnoDB instead of the deprecated MyISAM in the sqloper table.
This commit is contained in:
parent
d55581a110
commit
cf343bdeaf
@ -9,4 +9,4 @@ CREATE TABLE ircd_opers (
|
|||||||
autologin tinyint(1) NOT NULL DEFAULT 0,
|
autologin tinyint(1) NOT NULL DEFAULT 0,
|
||||||
active tinyint(1) NOT NULL DEFAULT 1,
|
active tinyint(1) NOT NULL DEFAULT 1,
|
||||||
PRIMARY KEY (id)
|
PRIMARY KEY (id)
|
||||||
) ENGINE=MyISAM;
|
) ENGINE=InnoDB;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user