EBernhardson (WMF) has submitted this change and it was merged.
Change subject: Fix schema
......................................................................
Fix schema
I assume rev_flags is useless, since there's text_flags - otherwise I've done
some wrong things yesterday :)
text_comment was in there twice; I assume that was a rebase issue
Change-Id: I1781e289b35fd8ab176690da7ea9fc13fa370d9d
---
M flow.sql
1 file changed, 0 insertions(+), 3 deletions(-)
Approvals:
EBernhardson (WMF): Verified; Looks good to me, approved
diff --git a/flow.sql b/flow.sql
index 5e68d9e..22aa4af 100644
--- a/flow.sql
+++ b/flow.sql
@@ -110,9 +110,6 @@
-- content of the revision
rev_text_id int unsigned not null,
-- comment attached to revision's flag change
- rev_comment tinyblob not null,
-
- rev_flags varchar(255) binary null,
rev_comment varchar(255) binary null,
PRIMARY KEY (rev_id)
--
To view, visit https://gerrit.wikimedia.org/r/78219
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I1781e289b35fd8ab176690da7ea9fc13fa370d9d
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Flow
Gerrit-Branch: master
Gerrit-Owner: Matthias Mullie <[email protected]>
Gerrit-Reviewer: EBernhardson (WMF) <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits