Mass delete of is_featured attribute

Permalink
I'd like to do a mass delete, or resetting, of the is_featured attribute of my news posts. I run a school PTA website and want to get all of last school year's news posts off the featured list. I would rather not do this manually, and I'm proficient with mysql. However, I can't find the right table.column combo to reset.

I don't want to preserve any featured items, that's easy enough to redo via the UI afterwards.

Thanks in advance!

 
shahroq replied on at Permalink Best Answer Reply
shahroq
You can remove 'is_featured' attribute and create it again.
kwaping replied on at Permalink Reply
Thanks! I ended up doing it manually after all, but I will keep this information handy for next school year.