feat: generate image by Stability AI / openAI (#3642)

This commit is contained in:
Lucas.Xu
2023-10-09 23:14:24 +08:00
committed by GitHub
parent 41d4351176
commit dace02d34d
25 changed files with 640 additions and 40 deletions

View File

@ -0,0 +1,3 @@
-- This file should undo anything in `up.sql`
ALTER TABLE user_table
DROP COLUMN stability_ai_key;

View File

@ -0,0 +1,3 @@
-- Your SQL goes here
ALTER TABLE user_table
ADD COLUMN stability_ai_key TEXT NOT NULL DEFAULT "";