feat(categories): add branch visibility selection
All checks were successful
Staging Build / build (push) Successful in 2m43s
All checks were successful
Staging Build / build (push) Successful in 2m43s
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
-- Add show_in_kauf and show_in_abo columns to categories table
|
||||
ALTER TABLE public.categories ADD COLUMN IF NOT EXISTS show_in_kauf BOOLEAN DEFAULT true NOT NULL;
|
||||
ALTER TABLE public.categories ADD COLUMN IF NOT EXISTS show_in_abo BOOLEAN DEFAULT true NOT NULL;
|
||||
Reference in New Issue
Block a user