mirror of
https://github.com/Hackdex-App/hackdex-website.git
synced 2026-04-24 23:17:01 -05:00
3 lines
94 B
SQL
3 lines
94 B
SQL
alter table if exists public.hacks
|
|
add column if not exists verification_contact_info text;
|