https://bugzilla.wikimedia.org/show_bug.cgi?id=42734
--- Comment #17 from Marius Hoch <[email protected]> --- (In reply to Chris Steipp from comment #16) > I think we could introduce delete and suppress for the log-- that seems like > it's going to be needed in the long run, and would make this work. I initially thought this would require a schema change, but that's not true: afl_deleted tinyint(1) NOT NULL DEFAULT 0, If we have that, we can probably use it together with a slightly modified version of my patch mentioned above. -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
