fix: [mysql] renamed field without renaming the associated index

pull/92/head
Andras Iklody 2021-11-24 13:48:20 +01:00 committed by GitHub
parent 8ca22760e0
commit 19b98a0df4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -390,7 +390,7 @@ CREATE TABLE IF NOT EXISTS `audit_logs` (
`change` blob,
PRIMARY KEY (`id`),
KEY `user_id` (`user_id`),
KEY `ip` (`ip`),
KEY `request_ip` (`request_ip`),
KEY `model` (`model`),
KEY `action` (`action`),
KEY `model_id` (`model_id`),