fix: add missing files

This commit is contained in:
Zack Fu Zi Xiang 2024-02-27 11:36:07 +08:00
parent 7abba9d7ef
commit 33028a7895
No known key found for this signature in database
2 changed files with 16 additions and 0 deletions

View file

@ -0,0 +1,15 @@
{
"db_name": "PostgreSQL",
"query": "\n UPDATE public.af_workspace\n SET icon = $1\n WHERE workspace_id = $2\n ",
"describe": {
"columns": [],
"parameters": {
"Left": [
"Text",
"Uuid"
]
},
"nullable": []
},
"hash": "d756ec630d5b75dd0dc7df2339847e28bdf07a790e65fd40a64d7f9022f430bd"
}

View file

@ -0,0 +1 @@
ALTER TABLE af_workspace ADD COLUMN icon TEXT NOT NULL DEFAULT '';