mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-31 01:34:12 +02:00
schema/mysql: forgot to check in modified id
This commit is contained in:
parent
d6e665e41f
commit
a2502037fd
@ -7,7 +7,7 @@ CREATE TABLE director_dbversion (
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||||
|
||||
CREATE TABLE director_activity_log (
|
||||
id BIGINT(20) UNSIGNED NOT NULL,
|
||||
id BIGINT(20) UNSIGNED AUTO_INCREMENT NOT NULL,
|
||||
object_type VARCHAR(64) NOT NULL,
|
||||
object_name VARCHAR(255) NOT NULL,
|
||||
action_name ENUM('create', 'delete', 'modify') NOT NULL,
|
||||
|
Loading…
x
Reference in New Issue
Block a user