ajanata / PretendYoureXyzzy

A web clone of the card game Cards Against Humanity.
https://pretendyoure.xyz/zy
BSD 2-Clause "Simplified" License
1.22k stars 397 forks source link

How can I remove card packs? #192

Closed Benji-Collins closed 5 years ago

Benji-Collins commented 5 years ago

I tried running all sorts of combinations in postgresql but I can't get it to work. Ideally I would just do it with the watermark value. What is the correct command(s) to delete certain packs? Thanks.

devgianlu commented 5 years ago

If you are an admin you can visit /cardsets.jsp and click delete.

Even if the database has a field for active, changing it doesn't do anything.

ajanata commented 5 years ago

You actually can set it to ignore inactive card sets, that's just not enabled by default. Not sure why I did that.