Removed comment

This commit is contained in:
Andreas Kristiansen
2024-07-03 14:34:07 +02:00
parent 81873cc62a
commit 2e0eeb68d1

View File

@@ -8,8 +8,6 @@ class Migration_add_pk_iota extends CI_Migration {
$this->add_ix('iota','idx_iota_Tag','`tag`');
}
// CREATE UNIQUE INDEX `idx_iota_Tag` ON `iota` (Tag) COMMENT '' ALGORITHM DEFAULT LOCK DEFAULT;
public function down() {
$this->rm_ix('iota','idx_iota_Tag');
}