diff --git a/migrations/000.592.sql b/migrations/000.592.sql new file mode 100644 index 0000000..b2d46d2 --- /dev/null +++ b/migrations/000.592.sql @@ -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;