fix: add missing files
This commit is contained in:
parent
7abba9d7ef
commit
33028a7895
|
|
@ -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"
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
ALTER TABLE af_workspace ADD COLUMN icon TEXT NOT NULL DEFAULT '';
|
||||||
Loading…
Reference in New Issue