Skip to content

Commit

Permalink
Dev: readd update 617 as 618 from dev because it is already existing …
Browse files Browse the repository at this point in the history
…in master
  • Loading branch information
ptelu committed Nov 17, 2023
1 parent 9e2fa14 commit b3fd1b6
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions application/helpers/update/updates/Update_618.php
@@ -0,0 +1,16 @@
<?php

namespace LimeSurvey\Helpers\Update;

use LimeSurvey\Helpers\Update\DatabaseUpdateBase;

class Update_618 extends DatabaseUpdateBase
{
/**
* @inheritDoc
*/
public function up()
{
$this->db->createCommand()->dropIndex('{{answers_idx}}', '{{answers}}');
}
}

0 comments on commit b3fd1b6

Please sign in to comment.