corrected flow name, activate flows via script (#353)

This commit is contained in:
Ulf Gebhardt 2025-09-03 17:10:42 +01:00 committed by GitHub
parent 6a8352bb32
commit 9812799868
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 1 deletions

View File

@ -122,7 +122,7 @@
"_syncId": "7b978be2-605f-4061-b5b3-46f151b1b80a"
},
{
"name": "Ocean Nomad: Create Nomad",
"name": "Ocean Nomads: Create Nomad",
"icon": "sailing",
"color": "#2ECDA7",
"description": "Creates Nomads User and Home Base",

View File

@ -0,0 +1,3 @@
UPDATE public.directus_flows
SET status = 'active'
WHERE name ~ '(Ocean Nomads: Create Nomad|Ocean Nomads: Update Nomad|Ocean Nomads: Delete Nomad|Ocean Nomads: Create Location|Ocean Nomads: Create Event)';