mirror of
https://github.com/status-im/open-bounty.git
synced 2025-02-04 21:53:24 +00:00
7 lines
62 B
PL/PgSQL
7 lines
62 B
PL/PgSQL
begin;
|
|
|
|
alter table users
|
|
drop column is_hidden;
|
|
|
|
commit;
|