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