mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-04-25 15:17:28 -04:00
feat: add open ai key to database (#1852)
* feat: add open ai key to database * chore: refactor code
This commit is contained in:
parent
7207e35349
commit
72e155f5b9
12 changed files with 125 additions and 15 deletions
|
@ -146,6 +146,7 @@ diesel::table! {
|
|||
email -> Text,
|
||||
workspace -> Text,
|
||||
icon_url -> Text,
|
||||
openai_key -> Text,
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue