chore: missing ff attributes migration (#16229)

* add migration file

* add miration file
This commit is contained in:
sean-brydon
2024-08-19 10:09:25 +00:00
committed by GitHub
parent bc5a9f231f
commit 8e4459f2fe
@@ -0,0 +1,9 @@
INSERT INTO
"Feature" (slug, enabled, description, "type")
VALUES
(
'attributes',
false,
'Enable attributes - Custom fields for users and teams.',
'OPERATIONAL'
) ON CONFLICT (slug) DO NOTHING;