mark: A photo of Mark kneeling on top of the Taal Volcano in the Philippines. It was a long hike. (Default)
Mark Smith ([staff profile] mark) wrote in [site community profile] changelog2009-04-05 08:06 am

[dw-free] Remove ability to flag other people's content as adult

[commit: http://hg.dwscoalition.org/dw-free/rev/7532a74af098]

http://bugs.dwscoalition.org/show_bug.cgi?id=599

Drop content_flag table.

Patch by [personal profile] janinedog.

Files modified:
  • bin/upgrading/update-db-general.pl
--------------------------------------------------------------------------------
diff -r b09300d7c22e -r 7532a74af098 bin/upgrading/update-db-general.pl
--- a/bin/upgrading/update-db-general.pl	Sun Apr 05 08:03:35 2009 +0000
+++ b/bin/upgrading/update-db-general.pl	Sun Apr 05 08:06:46 2009 +0000
@@ -970,6 +970,7 @@ register_tabledrop("themelist");
 register_tabledrop("themelist");
 register_tabledrop("style");
 register_tabledrop("meme");
+register_tabledrop("content_flag");
 
 register_tablecreate("portal", <<'EOC');
 CREATE TABLE portal (
--------------------------------------------------------------------------------