mirror of
https://github.com/AventurasTeam/Aventuras.git
synced 2026-05-02 22:00:17 +00:00
3 lines
232 B
SQL
3 lines
232 B
SQL
-- Add style_review_state column to stories for persistent style review tracking
|
|
-- Stores JSON with messagesSinceLastReview (number) and lastReview (StyleReviewResult | null)
|
|
ALTER TABLE stories ADD COLUMN style_review_state TEXT;
|