Yaron Koren has submitted this change and it was merged.

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(-)

Approvals:
  Yaron Koren: Checked; Looks good to me, approved



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: merged
Gerrit-Change-Id: I22cde0c14fedbe4867d13ee3302ad0e4a19a7092
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Cargo
Gerrit-Branch: master
Gerrit-Owner: Yaron Koren <[email protected]>
Gerrit-Reviewer: Springle <[email protected]>
Gerrit-Reviewer: Yaron Koren <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to