jenkins-bot has submitted this change and it was merged.

Change subject: Fix: remove database-name from sql script
......................................................................


Fix: remove database-name from sql script

In the creation script for table 'mathperformacne'
the database name was given.

Change-Id: I04ae2712a1e5ce9619ecddb6c48baba5e73e2634
---
M db/mathperformance.sql
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Physikerwelt: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/db/mathperformance.sql b/db/mathperformance.sql
index 57262c4..56a59b2 100644
--- a/db/mathperformance.sql
+++ b/db/mathperformance.sql
@@ -1,4 +1,4 @@
-CREATE TABLE `wiki`.`mathperformance` (
+CREATE TABLE `mathperformance` (
   `math_inputhash` VARBINARY(16) NOT NULL,
   `mathperformance_name` CHAR(10) NOT NULL,
   `mathperformance_time` DOUBLE NOT NULL,

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I04ae2712a1e5ce9619ecddb6c48baba5e73e2634
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/MathSearch
Gerrit-Branch: master
Gerrit-Owner: Physikerwelt <w...@physikerwelt.de>
Gerrit-Reviewer: Physikerwelt <w...@physikerwelt.de>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to