mirror of
https://github.com/AppFlowy-IO/AppFlowy-Cloud.git
synced 2025-04-19 03:24:42 -04:00
fix: add missing files
This commit is contained in:
parent
7abba9d7ef
commit
33028a7895
2 changed files with 16 additions and 0 deletions
15
.sqlx/query-d756ec630d5b75dd0dc7df2339847e28bdf07a790e65fd40a64d7f9022f430bd.json
generated
Normal file
15
.sqlx/query-d756ec630d5b75dd0dc7df2339847e28bdf07a790e65fd40a64d7f9022f430bd.json
generated
Normal 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"
|
||||
}
|
1
migrations/20240227000000_workspace_icon.sql
Normal file
1
migrations/20240227000000_workspace_icon.sql
Normal file
|
@ -0,0 +1 @@
|
|||
ALTER TABLE af_workspace ADD COLUMN icon TEXT NOT NULL DEFAULT '';
|
Loading…
Add table
Reference in a new issue