mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2025-12-12 23:36:00 +00:00
corrected flow name, activate flows via script (#353)
This commit is contained in:
parent
6a8352bb32
commit
9812799868
@ -122,7 +122,7 @@
|
|||||||
"_syncId": "7b978be2-605f-4061-b5b3-46f151b1b80a"
|
"_syncId": "7b978be2-605f-4061-b5b3-46f151b1b80a"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Ocean Nomad: Create Nomad",
|
"name": "Ocean Nomads: Create Nomad",
|
||||||
"icon": "sailing",
|
"icon": "sailing",
|
||||||
"color": "#2ECDA7",
|
"color": "#2ECDA7",
|
||||||
"description": "Creates Nomads User and Home Base",
|
"description": "Creates Nomads User and Home Base",
|
||||||
|
|||||||
@ -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)';
|
||||||
Loading…
x
Reference in New Issue
Block a user