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

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

View File

@ -392,7 +392,7 @@ CREATE TABLE IF NOT EXISTS `audit_logs` (
KEY `user_id` (`user_id`),
KEY `request_ip` (`request_ip`),
KEY `model` (`model`),
KEY `action` (`action`),
KEY `request_action` (`request_action`),
KEY `model_id` (`model_id`),
KEY `created` (`created`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;