chore: missing ff attributes migration (#16229)
* add migration file * add miration file
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user