fix: add icon_url in migration

This commit is contained in:
Ian Su
2022-08-08 22:19:05 +08:00
parent db19337609
commit d56e8c7673
9 changed files with 79 additions and 53 deletions

View File

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