mirror of
https://github.com/AventurasTeam/Aventuras.git
synced 2026-05-02 13:50:23 +00:00
2 lines
120 B
SQL
2 lines
120 B
SQL
-- Add resolved_at timestamp for story beats (completed/failed)
|
|
ALTER TABLE story_beats ADD COLUMN resolved_at INTEGER;
|