mirror of
https://github.com/Hackdex-App/hackdex-website.git
synced 2026-08-22 16:44:33 -05:00
Add patches_download_permission to hacks table
This commit is contained in:
@@ -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';
|
||||
Reference in New Issue
Block a user