mirror of
https://github.com/Hackdex-App/hackdex-website.git
synced 2026-04-25 07:27:47 -05:00
3 lines
106 B
SQL
3 lines
106 B
SQL
alter table if exists public.profiles
|
|
add column if not exists verified boolean not null default false;
|