mirror of
https://github.com/DeNNiiInc/Web-Page-Performance-Test.git
synced 2026-04-21 05:25:59 +00:00
Phase 3: Add filmstrip column to DB and update runner
This commit is contained in:
6
migrations/002_add_filmstrip.sql
Normal file
6
migrations/002_add_filmstrip.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
-- Add filmstrip column to test_results table
|
||||
ALTER TABLE test_results
|
||||
ADD COLUMN filmstrip JSONB DEFAULT '[]'::jsonb;
|
||||
|
||||
-- Comment on column
|
||||
COMMENT ON COLUMN test_results.filmstrip IS 'Array of filmstrip screenshots/thumbnails from Lighthouse';
|
||||
Reference in New Issue
Block a user