From b639ff507323964bcc5ccc8bccd221fe05b03d7c Mon Sep 17 00:00:00 2001 From: Fred Carlsen Date: Sat, 24 Nov 2018 12:11:24 +0100 Subject: [PATCH 1/2] Remove unnecessary index --- src/migrations/Install.php | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/migrations/Install.php b/src/migrations/Install.php index a98f4ba..fa3e24f 100644 --- a/src/migrations/Install.php +++ b/src/migrations/Install.php @@ -97,16 +97,6 @@ protected function createTables() */ protected function createIndexes() { - $this->createIndex( - $this->db->getIndexName( - '{{%stripewebhooks_stripewebhookcall}}', - 'some_field', - true - ), - '{{%stripewebhooks_stripewebhookcall}}', - 'some_field', - true - ); // Additional commands depending on the db driver switch ($this->driver) { case DbConfig::DRIVER_MYSQL: From cbde1b42283fc045516ca3d2e945cfb12e3c2d19 Mon Sep 17 00:00:00 2001 From: Fred Carlsen Date: Sat, 24 Nov 2018 12:12:16 +0100 Subject: [PATCH 2/2] Update version --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 52c4c83..b3806af 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "rias/craft-stripe-webhooks", "description": "Handle Stripe webhooks in a CraftCMS application", "type": "craft-plugin", - "version": "1.0.0", + "version": "1.0.1", "keywords": [ "craft", "cms",