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