Fix variables migration

Set new resourceType attribute to function since all variables were
function variables.
This commit is contained in:
Steven Nguyen 2023-09-02 18:35:26 -07:00
parent f317d33fc7
commit 9aeb15c337
No known key found for this signature in database

View file

@ -695,6 +695,9 @@ class V19 extends Migration
$document->setAttribute('smtp', []);
$document->setAttribute('templates', []);
break;
case 'variables':
$document->setAttribute('resourceType', 'function');
break;
default:
break;