mirror of
https://github.com/garrytan/gstack.git
synced 2026-05-06 21:46:40 +02:00
chore: stage pre-existing community tier changes
Community tier auth, backup/restore, and test updates that were already on this branch before the telemetry sprint. Includes updated telemetry prompt test to match 3-option community tier flow. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -6,7 +6,7 @@ ALTER TABLE telemetry_events ADD COLUMN error_message TEXT;
|
||||
ALTER TABLE telemetry_events ADD COLUMN failed_step TEXT;
|
||||
|
||||
-- Add columns to installations for backup + email + auth identity
|
||||
ALTER TABLE installations ADD COLUMN user_id UUID;
|
||||
ALTER TABLE installations ADD COLUMN user_id UUID UNIQUE;
|
||||
ALTER TABLE installations ADD COLUMN email TEXT;
|
||||
ALTER TABLE installations ADD COLUMN config_snapshot JSONB;
|
||||
ALTER TABLE installations ADD COLUMN analytics_snapshot JSONB;
|
||||
|
||||
Reference in New Issue
Block a user