feat(categories): allow disabling preselection
All checks were successful
Staging Build / build (push) Successful in 2m45s
All checks were successful
Staging Build / build (push) Successful in 2m45s
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
-- Add preselect column to categories table
|
||||
ALTER TABLE public.categories ADD COLUMN IF NOT EXISTS preselect BOOLEAN DEFAULT true NOT NULL;
|
||||
Reference in New Issue
Block a user