diff options
| author | MitchesD <majklprofik@seznam.cz> | 2015-10-17 12:44:19 +0200 |
|---|---|---|
| committer | MitchesD <majklprofik@seznam.cz> | 2015-10-17 12:44:19 +0200 |
| commit | 105f943ac6bf61535ab259685c87141d169090ef (patch) | |
| tree | 41d11275282a97593342437d9d2a784ca6de3b8d /sql/updates/auth | |
| parent | 06bf701bd6fe518302a84c7ab4dea175087ecf70 (diff) | |
DB/Auth: changed battlenet_account_toys engine to InnoDB
Diffstat (limited to 'sql/updates/auth')
| -rw-r--r-- | sql/updates/auth/2015_10_17_00_auth.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/auth/2015_10_17_00_auth.sql b/sql/updates/auth/2015_10_17_00_auth.sql new file mode 100644 index 00000000000..504a0aa1450 --- /dev/null +++ b/sql/updates/auth/2015_10_17_00_auth.sql @@ -0,0 +1 @@ +ALTER TABLE `battlenet_account_toys` ENGINE=InnoDB; |
