feat: add open ai key to database (#1852)

* feat: add open ai key to database

* chore: refactor code
This commit is contained in:
Lucas.Xu 2023-02-14 10:04:36 +08:00 committed by GitHub
parent 7207e35349
commit 72e155f5b9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 125 additions and 15 deletions

View file

@ -146,6 +146,7 @@ diesel::table! {
email -> Text,
workspace -> Text,
icon_url -> Text,
openai_key -> Text,
}
}