Files
2014-01-17 07:03:16 -07:00

4 lines
141 B
SQL

alter table auction_locations add search_enabled char(1) default 'Y';
update auction_locations set search_enabled = 'N'
where owner_id <> 0;