fix: typo in mysql.sql

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

View File

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