3 lines
89 B
MySQL
3 lines
89 B
MySQL
|
-- Don't limit likes
|
||
|
ALTER TABLE building_user_likes DROP CONSTRAINT building_like_once;
|