feat(categories): allow disabling preselection
All checks were successful
Staging Build / build (push) Successful in 2m45s

This commit is contained in:
DanielS
2026-07-09 14:10:25 +02:00
parent bffaca1d63
commit 07c7d8c656
4 changed files with 50 additions and 8 deletions

View File

@@ -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;