mirror of
https://github.com/AventurasTeam/Aventuras.git
synced 2026-04-28 11:50:15 +00:00
3 lines
179 B
SQL
3 lines
179 B
SQL
-- Add time_tracker column to stories for tracking story progression time
|
|
-- Stores JSON with years, days, hours, minutes fields
|
|
ALTER TABLE stories ADD COLUMN time_tracker TEXT;
|