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