[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
janinedog.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=599
Drop content_flag table.
Patch by
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
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 ( --------------------------------------------------------------------------------