v5 migration: dex_report_date and install_date columns #37
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What
Added two new columns to the assets table via ALTER TABLE ADD COLUMN migration:
dex_report_date TEXT DEFAULT NULL- stores Last Dex Report Time from Cantaloupe import as ISO datetime stringinstall_date TEXT DEFAULT NULL- stores machine deployment dateFiles changed
Pattern
Uses existing PRAGMA table_info pattern (same as lat/lng v3 migration).
Verified
Columns confirmed in assets.db. Both servers healthy.