Add ai context field the category_texts table (#522)
* Add ai context field the category_texts table * moved file to correct number
This commit is contained in:
@@ -0,0 +1,5 @@
|
|||||||
|
-- Add a new column to store the extra context for generating texts
|
||||||
|
ALTER TABLE category_texts ADD COLUMN wallpaper_ai_context TEXT;
|
||||||
|
ALTER TABLE category_texts ADD COLUMN design_wallpaper_ai_context TEXT;
|
||||||
|
ALTER TABLE category_texts ADD COLUMN canvas_ai_context TEXT;
|
||||||
|
ALTER TABLE category_texts ADD COLUMN poster_ai_context TEXT;
|
||||||
Reference in New Issue
Block a user