feat: save icon into db

This commit is contained in:
Ian Su
2022-08-06 22:31:55 +08:00
parent 7fc9a085c5
commit 4eccdf3d28
8 changed files with 63 additions and 5 deletions

View File

@ -87,6 +87,7 @@ table! {
name -> Text,
token -> Text,
email -> Text,
icon -> Text,
workspace -> Text,
}
}