Soeren.oldag has uploaded a new change for review.

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

Change subject: Fixed table constant.
......................................................................

Fixed table constant.

Change-Id: I92b8f9a56eefc15cc4c51e7822a5abe176a323d8
---
M WikibaseQualityHooks.php
1 file changed, 1 insertion(+), 2 deletions(-)


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

diff --git a/WikibaseQualityHooks.php b/WikibaseQualityHooks.php
index 99d76f4..8bff337 100755
--- a/WikibaseQualityHooks.php
+++ b/WikibaseQualityHooks.php
@@ -8,8 +8,7 @@
         * @return bool
         */
        public static function onCreateSchema( DatabaseUpdater $updater ) {
-               $updater->addExtensionTable( VIOLATION_TABLE, __DIR__ . 
'/sql/create_wbq_violations.sql' );
-               $updater->addExtensionTable( EVALUATION_TABLE, __DIR__ . 
'/sql/create_wbq_evaluation.sql' );
+               $updater->addExtensionTable( 'wbq_violations', __DIR__ . 
'/sql/create_wbq_violations.sql' );
                return true;
        }
 

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I92b8f9a56eefc15cc4c51e7822a5abe176a323d8
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/WikidataQuality
Gerrit-Branch: v1
Gerrit-Owner: Soeren.oldag <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to