Thiemo Mättig (WMDE) has uploaded a new change for review.

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

Change subject: Remove duplicate newlines from end of file
......................................................................

Remove duplicate newlines from end of file

Change-Id: If8d9e22033424d3aca4594a7f67474fda534c4e5
---
M client/sql/entity_usage-drop-entity_type.sql
M docs/constraints.wiki
M repo/sql/wb_property_info.sql
M repo/sql/wb_property_info.sqlite.sql
4 files changed, 0 insertions(+), 4 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Wikibase 
refs/changes/35/271235/1

diff --git a/client/sql/entity_usage-drop-entity_type.sql 
b/client/sql/entity_usage-drop-entity_type.sql
index 240deb8..73f1330 100644
--- a/client/sql/entity_usage-drop-entity_type.sql
+++ b/client/sql/entity_usage-drop-entity_type.sql
@@ -3,4 +3,3 @@
 
 ALTER TABLE /*_*/wbc_entity_usage
   DROP COLUMN eu_entity_type;
-
diff --git a/docs/constraints.wiki b/docs/constraints.wiki
index 36c0c78..9d3e2d0 100644
--- a/docs/constraints.wiki
+++ b/docs/constraints.wiki
@@ -72,4 +72,3 @@
 * The labels of Properties (but not Items) must be unique per language.
 * Site links are unique, that is, only one Item can contain a given sitelink.
 * Any Item can only contain one SiteLink for any given site.
-
diff --git a/repo/sql/wb_property_info.sql b/repo/sql/wb_property_info.sql
index 82a1dc6..18742aa 100644
--- a/repo/sql/wb_property_info.sql
+++ b/repo/sql/wb_property_info.sql
@@ -7,4 +7,3 @@
   PRIMARY KEY ( pi_property_id ),
   INDEX pi_type ( pi_type )
 ) /*$wgDBTableOptions*/;
-
diff --git a/repo/sql/wb_property_info.sqlite.sql 
b/repo/sql/wb_property_info.sqlite.sql
index e263a0e..da6dc62 100644
--- a/repo/sql/wb_property_info.sqlite.sql
+++ b/repo/sql/wb_property_info.sqlite.sql
@@ -7,4 +7,3 @@
 ) /*$wgDBTableOptions*/;
 
 CREATE INDEX IF NOT EXISTS /*i*/pi_type ON /*_*/wb_property_info (pi_type);
-

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: If8d9e22033424d3aca4594a7f67474fda534c4e5
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Wikibase
Gerrit-Branch: master
Gerrit-Owner: Thiemo Mättig (WMDE) <thiemo.maet...@wikimedia.de>

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

Reply via email to