Soeren.oldag has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/205226

Change subject: Fixed bug in onCreateSchema hook.
......................................................................

Fixed bug in onCreateSchema hook.

Change-Id: Icc33190b9b7e7f9c610d242776b6968c20dec6f1
---
M WikidataQualityHooks.php
R sql/create_wdqa_evaluation.sql
2 files changed, 1 insertion(+), 1 deletion(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/WikidataQuality 
refs/changes/26/205226/1

diff --git a/WikidataQualityHooks.php b/WikidataQualityHooks.php
index 4cd606b..fb512f4 100644
--- a/WikidataQualityHooks.php
+++ b/WikidataQualityHooks.php
@@ -9,7 +9,7 @@
         */
        public static function onCreateSchema( DatabaseUpdater $updater ) {
                $updater->addExtensionTable( VIOLATION_TABLE, __DIR__ . 
'/sql/create_wdqa_violations.sql' );
-               $updater->addExtensionTable( VIOLATION_TABLE, __DIR__ . 
'/sql/create_wdqa_evaluation.sql' );
+               $updater->addExtensionTable( EVALUATION_TABLE, __DIR__ . 
'/sql/create_wdqa_evaluation.sql' );
         return true;
        }
 
diff --git a/sql/create_wdqa-evaluation.sql b/sql/create_wdqa_evaluation.sql
similarity index 100%
rename from sql/create_wdqa-evaluation.sql
rename to sql/create_wdqa_evaluation.sql

-- 
To view, visit https://gerrit.wikimedia.org/r/205226
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Icc33190b9b7e7f9c610d242776b6968c20dec6f1
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/WikidataQuality
Gerrit-Branch: master
Gerrit-Owner: Soeren.oldag <soeren_ol...@freenet.de>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to