Yaron Koren has uploaded a new change for review.
https://gerrit.wikimedia.org/r/207461
Change subject: Changed "table_schema" field from "blob" to "text"
......................................................................
Changed "table_schema" field from "blob" to "text"
Change-Id: I22cde0c14fedbe4867d13ee3302ad0e4a19a7092
---
M Cargo.sql
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Cargo
refs/changes/61/207461/1
diff --git a/Cargo.sql b/Cargo.sql
index 6d12590..336de52 100644
--- a/Cargo.sql
+++ b/Cargo.sql
@@ -2,7 +2,7 @@
template_id int NOT NULL,
main_table varchar(200) NOT NULL,
field_tables varchar(200) NOT NULL,
- table_schema BLOB NOT NULL
+ table_schema text NOT NULL
) /*$wgDBTableOptions*/;
CREATE UNIQUE INDEX cargo_tables_template_id ON /*_*/cargo_tables
(template_id);
--
To view, visit https://gerrit.wikimedia.org/r/207461
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I22cde0c14fedbe4867d13ee3302ad0e4a19a7092
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Cargo
Gerrit-Branch: master
Gerrit-Owner: Yaron Koren <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits