fix: add back asset kind variable

This commit is contained in:
Ruben Fiszel
2025-07-19 11:04:24 +00:00
parent 8b41077116
commit affecdad04
3 changed files with 4 additions and 1 deletions
@@ -0,0 +1 @@
-- Add down migration script here
@@ -0,0 +1,2 @@
-- Add up migration script here
ALTER TYPE ASSET_KIND ADD VALUE 'variable';
+1 -1
View File
@@ -4,7 +4,7 @@ export const NODE = {
width: 275,
height: 34,
gap: {
horizontal: 40,
horizontal: 50,
vertical: 50
}
}