mirror of
https://github.com/AventurasTeam/Aventuras.git
synced 2026-04-28 03:40:11 +00:00
2 lines
144 B
SQL
2 lines
144 B
SQL
-- Add time_tracker_snapshot column to checkpoints for time tracking restoration
|
|
ALTER TABLE checkpoints ADD COLUMN time_tracker_snapshot TEXT;
|