Committer: emazin
LJSUP-7776: WishList v2U trunk/bin/upgrading/proplists-local.dat U trunk/bin/upgrading/update-db-local.pl
Modified: trunk/bin/upgrading/proplists-local.dat =================================================================== --- trunk/bin/upgrading/proplists-local.dat 2011-02-07 10:19:54 UTC (rev 9998) +++ trunk/bin/upgrading/proplists-local.dat 2011-02-07 13:26:42 UTC (rev 9999) @@ -634,3 +634,11 @@ prettyname: Spam Protection datatype: bool des: Journal & community spam protection + +userproplist.post_on_wish: + cldversion: 7 + datatype: bool + des: Create post with this wish + indexed: 0 + multihomed: 0 + prettyname: Create post Modified: trunk/bin/upgrading/update-db-local.pl =================================================================== --- trunk/bin/upgrading/update-db-local.pl 2011-02-07 10:19:54 UTC (rev 9998) +++ trunk/bin/upgrading/update-db-local.pl 2011-02-07 13:26:42 UTC (rev 9999) @@ -2083,11 +2083,6 @@ "ALTER TABLE smsru_phones ADD added DATETIME"); } - unless (column_type("wishlist2", "received_date")) { - do_alter("wishlist2", - "ALTER TABLE wishlist2 ADD received_date INT DEFAULT NULL"); - } - }); 1; # true