Fix saving channel preferences overwrite default row status
Compare changes
Files
3
No preview for this file type
ALTER TABLE ChannelPrefer RENAME COLUMN "DEFAULT" to "isDefault";
Closes #280 (closed)
Also update a default row check to not rely on a hard-coded value.