mirror of
https://github.com/status-im/open-bounty.git
synced 2025-01-25 08:48:56 +00:00
7 lines
92 B
MySQL
7 lines
92 B
MySQL
|
begin;
|
||
|
|
||
|
alter table users
|
||
|
add column is_hidden boolean not null default false;
|
||
|
|
||
|
commit;
|