added relative_path column to DiffTasks table
This commit is contained in:
parent
0a25d57705
commit
93cf10d00d
1 changed files with 81 additions and 78 deletions
|
@ -35,6 +35,9 @@
|
|||
$table->addColumn('groupfolder_id', 'bigint', [
|
||||
'notnull' => true,
|
||||
]);
|
||||
$table->addColumn('relative_path', 'string', [
|
||||
'notnull' => true,
|
||||
]);
|
||||
$table->addColumn('snapshot_id', 'string', [
|
||||
'notnull' => true,
|
||||
]);
|
||||
|
|
Loading…
Reference in a new issue