aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2023-02-05 15:03:30 +0100
committerShauren <shauren.trinity@gmail.com>2023-02-05 15:03:30 +0100
commit0e92d48e7f732604c4c5c6d827b268fc48a986bb (patch)
tree7fb572b9df14558dcfc52f9038a5586436a80338 /sql/updates
parent6e4329b110b8efb428b13443063e0e28ac8ec536 (diff)
DB: Convert all databases to InnoDB engine
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/auth/3.3.5/2023_02_05_01_auth.sql2
-rw-r--r--sql/updates/characters/3.3.5/2023_02_05_01_characters.sql2
2 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/auth/3.3.5/2023_02_05_01_auth.sql b/sql/updates/auth/3.3.5/2023_02_05_01_auth.sql
new file mode 100644
index 00000000000..c1cca3f8c7d
--- /dev/null
+++ b/sql/updates/auth/3.3.5/2023_02_05_01_auth.sql
@@ -0,0 +1,2 @@
+ALTER TABLE updates ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE updates_include ENGINE=InnoDB ROW_FORMAT=DEFAULT;
diff --git a/sql/updates/characters/3.3.5/2023_02_05_01_characters.sql b/sql/updates/characters/3.3.5/2023_02_05_01_characters.sql
new file mode 100644
index 00000000000..c1cca3f8c7d
--- /dev/null
+++ b/sql/updates/characters/3.3.5/2023_02_05_01_characters.sql
@@ -0,0 +1,2 @@
+ALTER TABLE updates ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE updates_include ENGINE=InnoDB ROW_FORMAT=DEFAULT;