mirror of
https://github.com/fawney19/Aether.git
synced 2026-09-02 01:10:23 +08:00
feat(image): 接入 ChatGPT Web 生图反代
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
CREATE TABLE IF NOT EXISTS public.auth_modules (
|
||||
id character varying(36) PRIMARY KEY,
|
||||
module_type character varying(128) NOT NULL UNIQUE,
|
||||
enabled boolean DEFAULT true NOT NULL,
|
||||
config json DEFAULT '{}'::json NOT NULL,
|
||||
created_at timestamp with time zone DEFAULT now() NOT NULL,
|
||||
updated_at timestamp with time zone DEFAULT now() NOT NULL
|
||||
);
|
||||
Reference in New Issue
Block a user