fix SQL in migrations

This commit is contained in:
leogermani 2018-12-19 11:49:20 -02:00
parent c8e52e2c9c
commit c662bbc163
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ class Migrations {
done boolean not null default 0,
progress_label text,
progress_value int,
status ENUM('waiting','running','paused','cancelled','errored','finished','finished-errors')
status ENUM('waiting','running','paused','cancelled','errored','finished','finished-errors'),
PRIMARY KEY (ID),
KEY user_id (user_id),
KEY action (action($max_index_length))