Unique Form-Hash

Signed-off-by: Jonas Rittershofer <jotoeri@users.noreply.github.com>
This commit is contained in:
Jonas Rittershofer 2020-04-13 14:42:44 +02:00
commit 1df7f2b2ec

View file

@ -105,6 +105,7 @@ class Version010200Date2020323141300 extends SimpleMigrationStep {
'default' => 0,
]);
$table->setPrimaryKey(['id']);
$table->addUniqueIndex(['hash'], 'uniqueHash');
}
if (!$schema->hasTable('forms_v2_questions')) {