From cd2695190d4fc5fa20844447bef0c8e0805c5e18 Mon Sep 17 00:00:00 2001
From: Mikael Nordfeldth <mmn@hethane.se>
Date: Thu, 7 Jan 2016 18:45:36 +0100
Subject: [PATCH] BeforePluginCheckSchema event for checkschema.php

---
 scripts/checkschema.php | 1 +
 1 file changed, 1 insertion(+)

diff --git a/scripts/checkschema.php b/scripts/checkschema.php
index cec5773683..584f7a39e7 100755
--- a/scripts/checkschema.php
+++ b/scripts/checkschema.php
@@ -61,4 +61,5 @@ if (have_option('x', 'extensions')) {
     }
 }
 
+Event::handle('BeforePluginCheckSchema');
 Event::handle('CheckSchema');
-- 
2.39.5