remove redundant unique modifier since we already have unique index on that column
This commit is contained in:
parent
7209171ae7
commit
4af08367fc
|
@ -27,7 +27,6 @@ class Version0001Date20210520063113 extends \OCP\Migration\SimpleMigrationStep {
|
|||
$table->addColumn('episode', 'string', [
|
||||
'notnull' => true,
|
||||
'length' => 500,
|
||||
'unique' => true,
|
||||
]);
|
||||
$table->addColumn('action', 'string', [
|
||||
'notnull' => true,
|
||||
|
|
Loading…
Reference in New Issue