Files
QuoteForge/migrations/008_add_app_version_to_configurations.sql
2026-02-05 15:07:23 +03:00

5 lines
194 B
SQL

-- Track application version used for configuration writes (create/update via sync)
ALTER TABLE qt_configurations
ADD COLUMN app_version VARCHAR(64) NULL DEFAULT NULL AFTER owner_username;