schema/mysql: forgot to check in modified id

This commit is contained in:
Thomas Gelf 2015-05-13 12:14:38 +02:00
parent d6e665e41f
commit a2502037fd
1 changed files with 1 additions and 1 deletions

View File

@ -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,