Matthias Mullie has uploaded a new change for review.

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


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


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Flow 
refs/changes/19/78219/1

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: newchange
Gerrit-Change-Id: I1781e289b35fd8ab176690da7ea9fc13fa370d9d
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Flow
Gerrit-Branch: master
Gerrit-Owner: Matthias Mullie <[email protected]>

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

Reply via email to