Skip to content

Commit

Permalink
remove description index
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake Noble committed Feb 3, 2020
1 parent 93627aa commit 1b5cc69
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "burnthebook/craft3-livebuzz",
"description": "Pulls Exhibitors from the the LiveBuzz API to a website, it also updates and removes Exhibitors.",
"type": "craft-plugin",
"version": "1.0.1",
"version": "1.0.2",
"keywords": [
"craft",
"cms",
Expand Down
6 changes: 0 additions & 6 deletions src/migrations/Install.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,5 @@ private function createEventsTable()
$this->db->getIndexName(Exhibitor::TABLE, 'companyName'),
Exhibitor::TABLE,
'companyName');

$this->createIndex(
$this->db->getIndexName(Exhibitor::TABLE, 'description'),
Exhibitor::TABLE,
'description'
);
}
}

0 comments on commit 1b5cc69

Please sign in to comment.