ListerAssister / issues

ListerAssister Issue Tracker
0 stars 0 forks source link

Listing Flag #725

Closed sean8300 closed 3 years ago

sean8300 commented 3 years ago

Just a simple flag on/off toggle to call attention to a listing. Will be visible on top of every page, near clock in. If count of flags > 0 then the color of the flag button will change Submitted By: Sean O'Donnell

sean8300 commented 3 years ago

ALTER TABLE listing ADD flag INT(1) NULL AFTER manual_gps;