Committer: vsukhanov
LJSUP-9126: Friends times.U trunk/bin/upgrading/update-db-local.pl
Modified: trunk/bin/upgrading/update-db-local.pl =================================================================== --- trunk/bin/upgrading/update-db-local.pl 2011-06-23 06:55:31 UTC (rev 10683) +++ trunk/bin/upgrading/update-db-local.pl 2011-06-23 07:37:30 UTC (rev 10684) @@ -1627,6 +1627,16 @@ ) ENGINE=InnoDB }); +register_tablecreate("friendstimes2_unwatched", <<'EOC'); +CREATE TABLE friendstimes2_unwatched ( + userid int(11) unsigned not null, + unwatched_uid int(11) unsigned not null, + + UNIQUE INDEX(userid, unwatched_uid) + + ) ENGINE=InnoDB +EOC + # ************************************************************* register_alter(sub {