mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-07-09 10:06:11 +00:00

* feat: ai settings page * chore: intergate client api * chore: replace open ai calls * chore: disable gen image from ai * chore: clippy * chore: remove learn about ai * chore: fix wanrings * chore: fix restart button title * chore: remove await * chore: remove loading indicator --------- Co-authored-by: nathan <nathan@appflowy.io> Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io>
3 lines
91 B
SQL
3 lines
91 B
SQL
-- Your SQL goes here
|
|
ALTER TABLE user_table ADD COLUMN ai_model TEXT NOT NULL DEFAULT '';
|