]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - docs/sql/sqloper.mysql.sql
Only check for a join time if a user is actually in the channel.
[user/henk/code/inspircd.git] / docs / sql / sqloper.mysql.sql
index a8a2b7e1db9049dd81f361b5701493db9e23b495..83dfa68a686eea3c0bfa0befaffb788a7d9090b6 100644 (file)
@@ -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;