Yaron Koren has submitted this change and it was merged.
Change subject: Increased size of "field_tables" DB column
......................................................................
Increased size of "field_tables" DB column
Change-Id: I8ba04d808c7ab89ff1ea8a255b97732b54cb84cd
---
M sql/Cargo.sql
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
Yaron Koren: Looks good to me, approved
jenkins-bot: Verified
diff --git a/sql/Cargo.sql b/sql/Cargo.sql
index 336de52..40962f3 100644
--- a/sql/Cargo.sql
+++ b/sql/Cargo.sql
@@ -1,7 +1,7 @@
CREATE TABLE /*_*/cargo_tables (
template_id int NOT NULL,
main_table varchar(200) NOT NULL,
- field_tables varchar(200) NOT NULL,
+ field_tables text NOT NULL,
table_schema text NOT NULL
) /*$wgDBTableOptions*/;
--
To view, visit https://gerrit.wikimedia.org/r/321387
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I8ba04d808c7ab89ff1ea8a255b97732b54cb84cd
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/extensions/Cargo
Gerrit-Branch: master
Gerrit-Owner: Yaron Koren <[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