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:
Arwid Thornström
2025-12-16 09:01:56 +01:00
committed by GitHub
parent 3cba1d814a
commit e32c6de5af
+5
View File
@@ -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;