remove redundant unique modifier since we already have unique index on that column

This commit is contained in:
thrillfall 2021-07-08 10:14:28 +02:00
parent 7209171ae7
commit 4af08367fc
1 changed files with 0 additions and 1 deletions

View File

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