mirror of
https://github.com/Hackdex-App/hackdex-website.git
synced 2026-03-21 17:54:09 -05:00
Add patches_download_permission to hacks table
This commit is contained in:
parent
c220bbf98e
commit
2af8752b1d
|
|
@ -0,0 +1,4 @@
|
|||
create type public."Patches Download Permission" as enum ('None', 'Current', 'All');
|
||||
|
||||
alter table if exists public.hacks
|
||||
add column if not exists patches_download_permission "Patches Download Permission" not null default 'None';
|
||||
Loading…
Reference in New Issue
Block a user