-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinsert_wallpapers.sql
More file actions
96 lines (95 loc) · 40.9 KB
/
insert_wallpapers.sql
File metadata and controls
96 lines (95 loc) · 40.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
DO $$
DECLARE
v_template_id uuid;
BEGIN
-- 1. Ensure the template collection exists
INSERT INTO public.wallpaper_templates (name, description, template_type)
VALUES ('Curated HD Collection', 'High definition photography backgrounds for Verse Wallpapers', 'image')
ON CONFLICT (name) DO UPDATE SET updated_at = now()
RETURNING id INTO v_template_id;
-- 2. Insert wallpaper metadata linked to this collection
INSERT INTO public.wallpapers (template_id, image_url, storage_path, width, height, aspect_ratio, device_type, orientation, file_size_bytes, mime_type, is_default, is_active, metadata) VALUES (v_template_id, 'https://nlzvpcyffinqkneptqcx.supabase.co/storage/v1/object/public/verse_backgrounds/curated/1730569220753_Hillside Guardian_61941.webp', 'curated/1730569220753_Hillside Guardian_61941.webp', 1287, 2288, '9:16', 'phone', 'portrait', 287402, 'image/webp', false, true, '{"brightness": 81.35}');
INSERT INTO public.wallpapers (template_id, image_url, storage_path, width, height, aspect_ratio, device_type, orientation, file_size_bytes, mime_type, is_default, is_active, metadata) VALUES (v_template_id, 'https://nlzvpcyffinqkneptqcx.supabase.co/storage/v1/object/public/verse_backgrounds/curated/1730569286070_Heavens_62695.webp', 'curated/1730569286070_Heavens_62695.webp', 1236, 2197, '9:16', 'phone', 'portrait', 300320, 'image/webp', false, true, '{"brightness": 44.82}');
INSERT INTO public.wallpapers (template_id, image_url, storage_path, width, height, aspect_ratio, device_type, orientation, file_size_bytes, mime_type, is_default, is_active, metadata) VALUES (v_template_id, 'https://nlzvpcyffinqkneptqcx.supabase.co/storage/v1/object/public/verse_backgrounds/curated/1730687436549_Flurin Racine_62719.webp', 'curated/1730687436549_Flurin Racine_62719.webp', 1163, 2067, '9:16', 'phone', 'portrait', 84574, 'image/webp', false, true, '{"brightness": 157.98}');
INSERT INTO public.wallpapers (template_id, image_url, storage_path, width, height, aspect_ratio, device_type, orientation, file_size_bytes, mime_type, is_default, is_active, metadata) VALUES (v_template_id, 'https://nlzvpcyffinqkneptqcx.supabase.co/storage/v1/object/public/verse_backgrounds/curated/1730687492897_Surrealistic Colors_62687.webp', 'curated/1730687492897_Surrealistic Colors_62687.webp', 1062, 1888, '9:16', 'phone', 'portrait', 219816, 'image/webp', false, true, '{"brightness": 134.53}');
INSERT INTO public.wallpapers (template_id, image_url, storage_path, width, height, aspect_ratio, device_type, orientation, file_size_bytes, mime_type, is_default, is_active, metadata) VALUES (v_template_id, 'https://nlzvpcyffinqkneptqcx.supabase.co/storage/v1/object/public/verse_backgrounds/curated/1730687532149_Till End_62677.webp', 'curated/1730687532149_Till End_62677.webp', 1016, 1806, '9:16', 'phone', 'portrait', 42974, 'image/webp', false, true, '{"brightness": 151.06}');
INSERT INTO public.wallpapers (template_id, image_url, storage_path, width, height, aspect_ratio, device_type, orientation, file_size_bytes, mime_type, is_default, is_active, metadata) VALUES (v_template_id, 'https://nlzvpcyffinqkneptqcx.supabase.co/storage/v1/object/public/verse_backgrounds/curated/1730687562498_Simplicity_62663.webp', 'curated/1730687562498_Simplicity_62663.webp', 1292, 2297, '9:16', 'phone', 'portrait', 51532, 'image/webp', false, true, '{"brightness": 194.61}');
INSERT INTO public.wallpapers (template_id, image_url, storage_path, width, height, aspect_ratio, device_type, orientation, file_size_bytes, mime_type, is_default, is_active, metadata) VALUES (v_template_id, 'https://nlzvpcyffinqkneptqcx.supabase.co/storage/v1/object/public/verse_backgrounds/curated/1732922900783_Solaceveil_62740.webp', 'curated/1732922900783_Solaceveil_62740.webp', 1016, 1806, '9:16', 'phone', 'portrait', 135396, 'image/webp', false, true, '{"brightness": 55.94}');
INSERT INTO public.wallpapers (template_id, image_url, storage_path, width, height, aspect_ratio, device_type, orientation, file_size_bytes, mime_type, is_default, is_active, metadata) VALUES (v_template_id, 'https://nlzvpcyffinqkneptqcx.supabase.co/storage/v1/object/public/verse_backgrounds/curated/1732922908542_Aetherglow_62735.webp', 'curated/1732922908542_Aetherglow_62735.webp', 1287, 2288, '9:16', 'phone', 'portrait', 162260, 'image/webp', false, true, '{"brightness": 9.96}');
INSERT INTO public.wallpapers (template_id, image_url, storage_path, width, height, aspect_ratio, device_type, orientation, file_size_bytes, mime_type, is_default, is_active, metadata) VALUES (v_template_id, 'https://nlzvpcyffinqkneptqcx.supabase.co/storage/v1/object/public/verse_backgrounds/curated/1732922915018_Abstyon_62726.webp', 'curated/1732922915018_Abstyon_62726.webp', 2048, 1820, '9:16', 'phone', 'portrait', 258838, 'image/webp', false, true, '{"brightness": 167.62}');
INSERT INTO public.wallpapers (template_id, image_url, storage_path, width, height, aspect_ratio, device_type, orientation, file_size_bytes, mime_type, is_default, is_active, metadata) VALUES (v_template_id, 'https://nlzvpcyffinqkneptqcx.supabase.co/storage/v1/object/public/verse_backgrounds/curated/1732922938716_Shape Hills_62704.webp', 'curated/1732922938716_Shape Hills_62704.webp', 1069, 1900, '9:16', 'phone', 'portrait', 53626, 'image/webp', false, true, '{"brightness": 147.71}');
INSERT INTO public.wallpapers (template_id, image_url, storage_path, width, height, aspect_ratio, device_type, orientation, file_size_bytes, mime_type, is_default, is_active, metadata) VALUES (v_template_id, 'https://nlzvpcyffinqkneptqcx.supabase.co/storage/v1/object/public/verse_backgrounds/curated/1732922962844_Live for Nature_62690.webp', 'curated/1732922962844_Live for Nature_62690.webp', 1055, 1875, '9:16', 'phone', 'portrait', 124668, 'image/webp', false, true, '{"brightness": 187.96}');
INSERT INTO public.wallpapers (template_id, image_url, storage_path, width, height, aspect_ratio, device_type, orientation, file_size_bytes, mime_type, is_default, is_active, metadata) VALUES (v_template_id, 'https://nlzvpcyffinqkneptqcx.supabase.co/storage/v1/object/public/verse_backgrounds/curated/1732923006997_Concentric Sophisticated_62416.webp', 'curated/1732923006997_Concentric Sophisticated_62416.webp', 945, 1680, '9:16', 'phone', 'portrait', 88388, 'image/webp', false, true, '{"brightness": 209.18}');
INSERT INTO public.wallpapers (template_id, image_url, storage_path, width, height, aspect_ratio, device_type, orientation, file_size_bytes, mime_type, is_default, is_active, metadata) VALUES (v_template_id, 'https://nlzvpcyffinqkneptqcx.supabase.co/storage/v1/object/public/verse_backgrounds/curated/1732923013915_Golden Teal_62406.webp', 'curated/1732923013915_Golden Teal_62406.webp', 893, 1587, '9:16', 'phone', 'portrait', 111132, 'image/webp', false, true, '{"brightness": 81.49}');
INSERT INTO public.wallpapers (template_id, image_url, storage_path, width, height, aspect_ratio, device_type, orientation, file_size_bytes, mime_type, is_default, is_active, metadata) VALUES (v_template_id, 'https://nlzvpcyffinqkneptqcx.supabase.co/storage/v1/object/public/verse_backgrounds/curated/1732923028048_Abstract Expressionism_62363.webp', 'curated/1732923028048_Abstract Expressionism_62363.webp', 1149, 2042, '9:16', 'phone', 'portrait', 80890, 'image/webp', false, true, '{"brightness": 112.15}');
INSERT INTO public.wallpapers (template_id, image_url, storage_path, width, height, aspect_ratio, device_type, orientation, file_size_bytes, mime_type, is_default, is_active, metadata) VALUES (v_template_id, 'https://nlzvpcyffinqkneptqcx.supabase.co/storage/v1/object/public/verse_backgrounds/curated/1732923143355_Fabian Quintero (unsplash)_55997.webp', 'curated/1732923143355_Fabian Quintero (unsplash)_55997.webp', 1292, 2297, '9:16', 'phone', 'portrait', 170256, 'image/webp', false, true, '{"brightness": 229.55}');
INSERT INTO public.wallpapers (template_id, image_url, storage_path, width, height, aspect_ratio, device_type, orientation, file_size_bytes, mime_type, is_default, is_active, metadata) VALUES (v_template_id, 'https://nlzvpcyffinqkneptqcx.supabase.co/storage/v1/object/public/verse_backgrounds/curated/1732923200419_Galactic Illumination_62030.webp', 'curated/1732923200419_Galactic Illumination_62030.webp', 1026, 1824, '9:16', 'phone', 'portrait', 228930, 'image/webp', false, true, '{"brightness": 32.74}');
INSERT INTO public.wallpapers (template_id, image_url, storage_path, width, height, aspect_ratio, device_type, orientation, file_size_bytes, mime_type, is_default, is_active, metadata) VALUES (v_template_id, 'https://nlzvpcyffinqkneptqcx.supabase.co/storage/v1/object/public/verse_backgrounds/curated/1733837193360_Horizenith_62738.webp', 'curated/1733837193360_Horizenith_62738.webp', 1006, 1788, '9:16', 'phone', 'portrait', 229812, 'image/webp', false, true, '{"brightness": 57.76}');
INSERT INTO public.wallpapers (template_id, image_url, storage_path, width, height, aspect_ratio, device_type, orientation, file_size_bytes, mime_type, is_default, is_active, metadata) VALUES (v_template_id, 'https://nlzvpcyffinqkneptqcx.supabase.co/storage/v1/object/public/verse_backgrounds/curated/1733837269081_A Black Hole_62734.webp', 'curated/1733837269081_A Black Hole_62734.webp', 2048, 1820, '9:16', 'phone', 'portrait', 287694, 'image/webp', false, true, '{"brightness": 53.29}');
INSERT INTO public.wallpapers (template_id, image_url, storage_path, width, height, aspect_ratio, device_type, orientation, file_size_bytes, mime_type, is_default, is_active, metadata) VALUES (v_template_id, 'https://nlzvpcyffinqkneptqcx.supabase.co/storage/v1/object/public/verse_backgrounds/curated/1733837275999_Blue Wavy Hills_62728.webp', 'curated/1733837275999_Blue Wavy Hills_62728.webp', 1273, 2263, '9:16', 'phone', 'portrait', 285070, 'image/webp', false, true, '{"brightness": 150.21}');
INSERT INTO public.wallpapers (template_id, image_url, storage_path, width, height, aspect_ratio, device_type, orientation, file_size_bytes, mime_type, is_default, is_active, metadata) VALUES (v_template_id, 'https://nlzvpcyffinqkneptqcx.supabase.co/storage/v1/object/public/verse_backgrounds/curated/1734368831931_Pyroguard Aegis_62770.webp', 'curated/1734368831931_Pyroguard Aegis_62770.webp', 1004, 1784, '9:16', 'phone', 'portrait', 175770, 'image/webp', false, true, '{"brightness": 113.73}');
INSERT INTO public.wallpapers (template_id, image_url, storage_path, width, height, aspect_ratio, device_type, orientation, file_size_bytes, mime_type, is_default, is_active, metadata) VALUES (v_template_id, 'https://nlzvpcyffinqkneptqcx.supabase.co/storage/v1/object/public/verse_backgrounds/curated/1734368837427_Frostember Vista_62767.webp', 'curated/1734368837427_Frostember Vista_62767.webp', 918, 1632, '9:16', 'phone', 'portrait', 206952, 'image/webp', false, true, '{"brightness": 155.51}');
INSERT INTO public.wallpapers (template_id, image_url, storage_path, width, height, aspect_ratio, device_type, orientation, file_size_bytes, mime_type, is_default, is_active, metadata) VALUES (v_template_id, 'https://nlzvpcyffinqkneptqcx.supabase.co/storage/v1/object/public/verse_backgrounds/curated/1734368841681_Cosmora Vortex_62764.webp', 'curated/1734368841681_Cosmora Vortex_62764.webp', 1004, 1784, '9:16', 'phone', 'portrait', 270384, 'image/webp', false, true, '{"brightness": 35.61}');
INSERT INTO public.wallpapers (template_id, image_url, storage_path, width, height, aspect_ratio, device_type, orientation, file_size_bytes, mime_type, is_default, is_active, metadata) VALUES (v_template_id, 'https://nlzvpcyffinqkneptqcx.supabase.co/storage/v1/object/public/verse_backgrounds/curated/1734368858145_Nebula_62747.webp', 'curated/1734368858145_Nebula_62747.webp', 1125, 2000, '9:16', 'phone', 'portrait', 49980, 'image/webp', false, true, '{"brightness": 64.96}');
INSERT INTO public.wallpapers (template_id, image_url, storage_path, width, height, aspect_ratio, device_type, orientation, file_size_bytes, mime_type, is_default, is_active, metadata) VALUES (v_template_id, 'https://nlzvpcyffinqkneptqcx.supabase.co/storage/v1/object/public/verse_backgrounds/curated/1734368878889_Blue Wavy Hills_62728.webp', 'curated/1734368878889_Blue Wavy Hills_62728.webp', 2048, 1638, '9:16', 'phone', 'portrait', 87772, 'image/webp', false, true, '{"brightness": 109.81}');
INSERT INTO public.wallpapers (template_id, image_url, storage_path, width, height, aspect_ratio, device_type, orientation, file_size_bytes, mime_type, is_default, is_active, metadata) VALUES (v_template_id, 'https://nlzvpcyffinqkneptqcx.supabase.co/storage/v1/object/public/verse_backgrounds/curated/1734368886058_Amberwisp_62727.webp', 'curated/1734368886058_Amberwisp_62727.webp', 964, 1713, '9:16', 'phone', 'portrait', 214004, 'image/webp', false, true, '{"brightness": 186.67}');
INSERT INTO public.wallpapers (template_id, image_url, storage_path, width, height, aspect_ratio, device_type, orientation, file_size_bytes, mime_type, is_default, is_active, metadata) VALUES (v_template_id, 'https://nlzvpcyffinqkneptqcx.supabase.co/storage/v1/object/public/verse_backgrounds/curated/1734544949624_Blossom Serenity_62779.webp', 'curated/1734544949624_Blossom Serenity_62779.webp', 1149, 2042, '9:16', 'phone', 'portrait', 298970, 'image/webp', false, true, '{"brightness": 100.64}');
INSERT INTO public.wallpapers (template_id, image_url, storage_path, width, height, aspect_ratio, device_type, orientation, file_size_bytes, mime_type, is_default, is_active, metadata) VALUES (v_template_id, 'https://nlzvpcyffinqkneptqcx.supabase.co/storage/v1/object/public/verse_backgrounds/curated/1734545052934_Sunsetalgia_62783.webp', 'curated/1734545052934_Sunsetalgia_62783.webp', 1157, 2056, '9:16', 'phone', 'portrait', 214802, 'image/webp', false, true, '{"brightness": 112.01}');
INSERT INTO public.wallpapers (template_id, image_url, storage_path, width, height, aspect_ratio, device_type, orientation, file_size_bytes, mime_type, is_default, is_active, metadata) VALUES (v_template_id, 'https://nlzvpcyffinqkneptqcx.supabase.co/storage/v1/object/public/verse_backgrounds/curated/1734893982159_Ephemeral_62464.webp', 'curated/1734893982159_Ephemeral_62464.webp', 902, 1603, '9:16', 'phone', 'portrait', 174552, 'image/webp', false, true, '{"brightness": 196.17}');
INSERT INTO public.wallpapers (template_id, image_url, storage_path, width, height, aspect_ratio, device_type, orientation, file_size_bytes, mime_type, is_default, is_active, metadata) VALUES (v_template_id, 'https://nlzvpcyffinqkneptqcx.supabase.co/storage/v1/object/public/verse_backgrounds/curated/1734893993984_Warmth Evoking_62345.webp', 'curated/1734893993984_Warmth Evoking_62345.webp', 864, 1536, '9:16', 'phone', 'portrait', 52344, 'image/webp', false, true, '{"brightness": 188.97}');
INSERT INTO public.wallpapers (template_id, image_url, storage_path, width, height, aspect_ratio, device_type, orientation, file_size_bytes, mime_type, is_default, is_active, metadata) VALUES (v_template_id, 'https://nlzvpcyffinqkneptqcx.supabase.co/storage/v1/object/public/verse_backgrounds/curated/1734894003905_Hyperreal Fusion_62299.webp', 'curated/1734894003905_Hyperreal Fusion_62299.webp', 902, 1603, '9:16', 'phone', 'portrait', 223412, 'image/webp', false, true, '{"brightness": 87.54}');
INSERT INTO public.wallpapers (template_id, image_url, storage_path, width, height, aspect_ratio, device_type, orientation, file_size_bytes, mime_type, is_default, is_active, metadata) VALUES (v_template_id, 'https://nlzvpcyffinqkneptqcx.supabase.co/storage/v1/object/public/verse_backgrounds/curated/1735811530269_Gradient Flow_62788.webp', 'curated/1735811530269_Gradient Flow_62788.webp', 1149, 2042, '9:16', 'phone', 'portrait', 208054, 'image/webp', false, true, '{"brightness": 104.06}');
INSERT INTO public.wallpapers (template_id, image_url, storage_path, width, height, aspect_ratio, device_type, orientation, file_size_bytes, mime_type, is_default, is_active, metadata) VALUES (v_template_id, 'https://nlzvpcyffinqkneptqcx.supabase.co/storage/v1/object/public/verse_backgrounds/curated/1735811551559_Palmvibe_62795.webp', 'curated/1735811551559_Palmvibe_62795.webp', 965, 1715, '9:16', 'phone', 'portrait', 163948, 'image/webp', false, true, '{"brightness": 171.19}');
INSERT INTO public.wallpapers (template_id, image_url, storage_path, width, height, aspect_ratio, device_type, orientation, file_size_bytes, mime_type, is_default, is_active, metadata) VALUES (v_template_id, 'https://nlzvpcyffinqkneptqcx.supabase.co/storage/v1/object/public/verse_backgrounds/curated/1735811631969_Alpenglow_62805.webp', 'curated/1735811631969_Alpenglow_62805.webp', 962, 1710, '9:16', 'phone', 'portrait', 47470, 'image/webp', false, true, '{"brightness": 97.4}');
INSERT INTO public.wallpapers (template_id, image_url, storage_path, width, height, aspect_ratio, device_type, orientation, file_size_bytes, mime_type, is_default, is_active, metadata) VALUES (v_template_id, 'https://nlzvpcyffinqkneptqcx.supabase.co/storage/v1/object/public/verse_backgrounds/curated/1735811634515_Eclipterra_62807.webp', 'curated/1735811634515_Eclipterra_62807.webp', 1222, 2172, '9:16', 'phone', 'portrait', 160400, 'image/webp', false, true, '{"brightness": 180.89}');
INSERT INTO public.wallpapers (template_id, image_url, storage_path, width, height, aspect_ratio, device_type, orientation, file_size_bytes, mime_type, is_default, is_active, metadata) VALUES (v_template_id, 'https://nlzvpcyffinqkneptqcx.supabase.co/storage/v1/object/public/verse_backgrounds/curated/1735811641835_Curvatura_62806.webp', 'curated/1735811641835_Curvatura_62806.webp', 1149, 2042, '9:16', 'phone', 'portrait', 49950, 'image/webp', false, true, '{"brightness": 195.7}');
INSERT INTO public.wallpapers (template_id, image_url, storage_path, width, height, aspect_ratio, device_type, orientation, file_size_bytes, mime_type, is_default, is_active, metadata) VALUES (v_template_id, 'https://nlzvpcyffinqkneptqcx.supabase.co/storage/v1/object/public/verse_backgrounds/curated/1737765720884_Auraflame_62815.webp', 'curated/1737765720884_Auraflame_62815.webp', 939, 1669, '9:16', 'phone', 'portrait', 70566, 'image/webp', false, true, '{"brightness": 101.04}');
INSERT INTO public.wallpapers (template_id, image_url, storage_path, width, height, aspect_ratio, device_type, orientation, file_size_bytes, mime_type, is_default, is_active, metadata) VALUES (v_template_id, 'https://nlzvpcyffinqkneptqcx.supabase.co/storage/v1/object/public/verse_backgrounds/curated/1737765769571_Curvatura_62806.webp', 'curated/1737765769571_Curvatura_62806.webp', 1149, 2042, '9:16', 'phone', 'portrait', 49950, 'image/webp', false, true, '{"brightness": 195.7}');
INSERT INTO public.wallpapers (template_id, image_url, storage_path, width, height, aspect_ratio, device_type, orientation, file_size_bytes, mime_type, is_default, is_active, metadata) VALUES (v_template_id, 'https://nlzvpcyffinqkneptqcx.supabase.co/storage/v1/object/public/verse_backgrounds/curated/1737765819069_Don't Flee by Venkatesh_54178.webp', 'curated/1737765819069_Don't Flee by Venkatesh_54178.webp', 1292, 2296, '9:16', 'phone', 'portrait', 82520, 'image/webp', false, true, '{"brightness": 170.61}');
INSERT INTO public.wallpapers (template_id, image_url, storage_path, width, height, aspect_ratio, device_type, orientation, file_size_bytes, mime_type, is_default, is_active, metadata) VALUES (v_template_id, 'https://nlzvpcyffinqkneptqcx.supabase.co/storage/v1/object/public/verse_backgrounds/curated/1737765834686_Self Control By Venkatesh_54423.webp', 'curated/1737765834686_Self Control By Venkatesh_54423.webp', 1292, 2296, '9:16', 'phone', 'portrait', 126724, 'image/webp', false, true, '{"brightness": 24.61}');
INSERT INTO public.wallpapers (template_id, image_url, storage_path, width, height, aspect_ratio, device_type, orientation, file_size_bytes, mime_type, is_default, is_active, metadata) VALUES (v_template_id, 'https://nlzvpcyffinqkneptqcx.supabase.co/storage/v1/object/public/verse_backgrounds/curated/1740069264245_Duskflow Crest_62858.webp', 'curated/1740069264245_Duskflow Crest_62858.webp', 1004, 1784, '9:16', 'phone', 'portrait', 69990, 'image/webp', false, true, '{"brightness": 183.96}');
INSERT INTO public.wallpapers (template_id, image_url, storage_path, width, height, aspect_ratio, device_type, orientation, file_size_bytes, mime_type, is_default, is_active, metadata) VALUES (v_template_id, 'https://nlzvpcyffinqkneptqcx.supabase.co/storage/v1/object/public/verse_backgrounds/curated/1740069295505_Solrift Valley_62855.webp', 'curated/1740069295505_Solrift Valley_62855.webp', 1067, 1896, '9:16', 'phone', 'portrait', 202176, 'image/webp', false, true, '{"brightness": 148.43}');
INSERT INTO public.wallpapers (template_id, image_url, storage_path, width, height, aspect_ratio, device_type, orientation, file_size_bytes, mime_type, is_default, is_active, metadata) VALUES (v_template_id, 'https://nlzvpcyffinqkneptqcx.supabase.co/storage/v1/object/public/verse_backgrounds/curated/1740080714679_Chromastride_62849.webp', 'curated/1740080714679_Chromastride_62849.webp', 1046, 1859, '9:16', 'phone', 'portrait', 266768, 'image/webp', false, true, '{"brightness": 104.79}');
INSERT INTO public.wallpapers (template_id, image_url, storage_path, width, height, aspect_ratio, device_type, orientation, file_size_bytes, mime_type, is_default, is_active, metadata) VALUES (v_template_id, 'https://nlzvpcyffinqkneptqcx.supabase.co/storage/v1/object/public/verse_backgrounds/curated/1740080743941_Sunkoru Vista_62848.webp', 'curated/1740080743941_Sunkoru Vista_62848.webp', 1049, 1864, '9:16', 'phone', 'portrait', 254004, 'image/webp', false, true, '{"brightness": 159.19}');
INSERT INTO public.wallpapers (template_id, image_url, storage_path, width, height, aspect_ratio, device_type, orientation, file_size_bytes, mime_type, is_default, is_active, metadata) VALUES (v_template_id, 'https://nlzvpcyffinqkneptqcx.supabase.co/storage/v1/object/public/verse_backgrounds/curated/1740080747718_Solcurve Essence_62852.webp', 'curated/1740080747718_Solcurve Essence_62852.webp', 1057, 1879, '9:16', 'phone', 'portrait', 157658, 'image/webp', false, true, '{"brightness": 100.63}');
INSERT INTO public.wallpapers (template_id, image_url, storage_path, width, height, aspect_ratio, device_type, orientation, file_size_bytes, mime_type, is_default, is_active, metadata) VALUES (v_template_id, 'https://nlzvpcyffinqkneptqcx.supabase.co/storage/v1/object/public/verse_backgrounds/curated/1740080749855_Dunebloom Noir_62851.webp', 'curated/1740080749855_Dunebloom Noir_62851.webp', 1026, 1824, '9:16', 'phone', 'portrait', 78142, 'image/webp', false, true, '{"brightness": 134.46}');
INSERT INTO public.wallpapers (template_id, image_url, storage_path, width, height, aspect_ratio, device_type, orientation, file_size_bytes, mime_type, is_default, is_active, metadata) VALUES (v_template_id, 'https://nlzvpcyffinqkneptqcx.supabase.co/storage/v1/object/public/verse_backgrounds/curated/1740543393599_Serene Dunes_62875.webp', 'curated/1740543393599_Serene Dunes_62875.webp', 1149, 2042, '9:16', 'phone', 'portrait', 233618, 'image/webp', false, true, '{"brightness": 211.89}');
INSERT INTO public.wallpapers (template_id, image_url, storage_path, width, height, aspect_ratio, device_type, orientation, file_size_bytes, mime_type, is_default, is_active, metadata) VALUES (v_template_id, 'https://nlzvpcyffinqkneptqcx.supabase.co/storage/v1/object/public/verse_backgrounds/curated/1740543405585_Mauvehaze_62861.webp', 'curated/1740543405585_Mauvehaze_62861.webp', 1057, 1879, '9:16', 'phone', 'portrait', 175716, 'image/webp', false, true, '{"brightness": 199.87}');
INSERT INTO public.wallpapers (template_id, image_url, storage_path, width, height, aspect_ratio, device_type, orientation, file_size_bytes, mime_type, is_default, is_active, metadata) VALUES (v_template_id, 'https://nlzvpcyffinqkneptqcx.supabase.co/storage/v1/object/public/verse_backgrounds/curated/1740543426450_Hueveil_62821.webp', 'curated/1740543426450_Hueveil_62821.webp', 1057, 1879, '9:16', 'phone', 'portrait', 284432, 'image/webp', false, true, '{"brightness": 113.61}');
INSERT INTO public.wallpapers (template_id, image_url, storage_path, width, height, aspect_ratio, device_type, orientation, file_size_bytes, mime_type, is_default, is_active, metadata) VALUES (v_template_id, 'https://nlzvpcyffinqkneptqcx.supabase.co/storage/v1/object/public/verse_backgrounds/curated/1745118765136_Noctivara_62924.webp', 'curated/1745118765136_Noctivara_62924.webp', 997, 1772, '9:16', 'phone', 'portrait', 169576, 'image/webp', false, true, '{"brightness": 126.36}');
INSERT INTO public.wallpapers (template_id, image_url, storage_path, width, height, aspect_ratio, device_type, orientation, file_size_bytes, mime_type, is_default, is_active, metadata) VALUES (v_template_id, 'https://nlzvpcyffinqkneptqcx.supabase.co/storage/v1/object/public/verse_backgrounds/curated/1745118778367_Glowrift_62918.webp', 'curated/1745118778367_Glowrift_62918.webp', 875, 1555, '9:16', 'phone', 'portrait', 52884, 'image/webp', false, true, '{"brightness": 176.94}');
INSERT INTO public.wallpapers (template_id, image_url, storage_path, width, height, aspect_ratio, device_type, orientation, file_size_bytes, mime_type, is_default, is_active, metadata) VALUES (v_template_id, 'https://nlzvpcyffinqkneptqcx.supabase.co/storage/v1/object/public/verse_backgrounds/curated/1745118781788_Calmorra_62915.webp', 'curated/1745118781788_Calmorra_62915.webp', 952, 1692, '9:16', 'phone', 'portrait', 189056, 'image/webp', false, true, '{"brightness": 198.78}');
INSERT INTO public.wallpapers (template_id, image_url, storage_path, width, height, aspect_ratio, device_type, orientation, file_size_bytes, mime_type, is_default, is_active, metadata) VALUES (v_template_id, 'https://nlzvpcyffinqkneptqcx.supabase.co/storage/v1/object/public/verse_backgrounds/curated/1745623106138_Red Sands_61962.webp', 'curated/1745623106138_Red Sands_61962.webp', 1084, 1927, '9:16', 'phone', 'portrait', 88358, 'image/webp', false, true, '{"brightness": 140.52}');
INSERT INTO public.wallpapers (template_id, image_url, storage_path, width, height, aspect_ratio, device_type, orientation, file_size_bytes, mime_type, is_default, is_active, metadata) VALUES (v_template_id, 'https://nlzvpcyffinqkneptqcx.supabase.co/storage/v1/object/public/verse_backgrounds/curated/1745623204090_Firewatch_52453.webp', 'curated/1745623204090_Firewatch_52453.webp', 1218, 2167, '9:16', 'phone', 'portrait', 183528, 'image/webp', false, true, '{"brightness": 67.64}');
INSERT INTO public.wallpapers (template_id, image_url, storage_path, width, height, aspect_ratio, device_type, orientation, file_size_bytes, mime_type, is_default, is_active, metadata) VALUES (v_template_id, 'https://nlzvpcyffinqkneptqcx.supabase.co/storage/v1/object/public/verse_backgrounds/curated/1745623262134_Charm_41063.webp', 'curated/1745623262134_Charm_41063.webp', 1001, 1779, '9:16', 'phone', 'portrait', 28180, 'image/webp', false, true, '{"brightness": 85.72}');
INSERT INTO public.wallpapers (template_id, image_url, storage_path, width, height, aspect_ratio, device_type, orientation, file_size_bytes, mime_type, is_default, is_active, metadata) VALUES (v_template_id, 'https://nlzvpcyffinqkneptqcx.supabase.co/storage/v1/object/public/verse_backgrounds/curated/1747235119003_Soft Fluffy_62927.webp', 'curated/1747235119003_Soft Fluffy_62927.webp', 997, 1772, '9:16', 'phone', 'portrait', 42642, 'image/webp', false, true, '{"brightness": 207.09}');
INSERT INTO public.wallpapers (template_id, image_url, storage_path, width, height, aspect_ratio, device_type, orientation, file_size_bytes, mime_type, is_default, is_active, metadata) VALUES (v_template_id, 'https://nlzvpcyffinqkneptqcx.supabase.co/storage/v1/object/public/verse_backgrounds/curated/1751674219010_Sylvara_63026.webp', 'curated/1751674219010_Sylvara_63026.webp', 1078, 1916, '9:16', 'phone', 'portrait', 210180, 'image/webp', false, true, '{"brightness": 151.47}');
INSERT INTO public.wallpapers (template_id, image_url, storage_path, width, height, aspect_ratio, device_type, orientation, file_size_bytes, mime_type, is_default, is_active, metadata) VALUES (v_template_id, 'https://nlzvpcyffinqkneptqcx.supabase.co/storage/v1/object/public/verse_backgrounds/curated/1751674225896_Florakai_63027.webp', 'curated/1751674225896_Florakai_63027.webp', 969, 1722, '9:16', 'phone', 'portrait', 231714, 'image/webp', false, true, '{"brightness": 167.86}');
INSERT INTO public.wallpapers (template_id, image_url, storage_path, width, height, aspect_ratio, device_type, orientation, file_size_bytes, mime_type, is_default, is_active, metadata) VALUES (v_template_id, 'https://nlzvpcyffinqkneptqcx.supabase.co/storage/v1/object/public/verse_backgrounds/curated/1751674237133_Solivahn_63024.webp', 'curated/1751674237133_Solivahn_63024.webp', 891, 1584, '9:16', 'phone', 'portrait', 290832, 'image/webp', false, true, '{"brightness": 191.87}');
INSERT INTO public.wallpapers (template_id, image_url, storage_path, width, height, aspect_ratio, device_type, orientation, file_size_bytes, mime_type, is_default, is_active, metadata) VALUES (v_template_id, 'https://nlzvpcyffinqkneptqcx.supabase.co/storage/v1/object/public/verse_backgrounds/curated/1752779926321_Pink Cloud_63043.webp', 'curated/1752779926321_Pink Cloud_63043.webp', 937, 1665, '9:16', 'phone', 'portrait', 64370, 'image/webp', false, true, '{"brightness": 110.0}');
INSERT INTO public.wallpapers (template_id, image_url, storage_path, width, height, aspect_ratio, device_type, orientation, file_size_bytes, mime_type, is_default, is_active, metadata) VALUES (v_template_id, 'https://nlzvpcyffinqkneptqcx.supabase.co/storage/v1/object/public/verse_backgrounds/curated/1752780162420_Horizon Blend_63039.webp', 'curated/1752780162420_Horizon Blend_63039.webp', 1033, 1836, '9:16', 'phone', 'portrait', 126612, 'image/webp', false, true, '{"brightness": 112.18}');
INSERT INTO public.wallpapers (template_id, image_url, storage_path, width, height, aspect_ratio, device_type, orientation, file_size_bytes, mime_type, is_default, is_active, metadata) VALUES (v_template_id, 'https://nlzvpcyffinqkneptqcx.supabase.co/storage/v1/object/public/verse_backgrounds/curated/1752780299446_Curavax_63032.webp', 'curated/1752780299446_Curavax_63032.webp', 1046, 1859, '9:16', 'phone', 'portrait', 252708, 'image/webp', false, true, '{"brightness": 128.08}');
INSERT INTO public.wallpapers (template_id, image_url, storage_path, width, height, aspect_ratio, device_type, orientation, file_size_bytes, mime_type, is_default, is_active, metadata) VALUES (v_template_id, 'https://nlzvpcyffinqkneptqcx.supabase.co/storage/v1/object/public/verse_backgrounds/curated/1756042910882_Leaature_63069.webp', 'curated/1756042910882_Leaature_63069.webp', 1046, 1859, '9:16', 'phone', 'portrait', 133470, 'image/webp', false, true, '{"brightness": 126.38}');
INSERT INTO public.wallpapers (template_id, image_url, storage_path, width, height, aspect_ratio, device_type, orientation, file_size_bytes, mime_type, is_default, is_active, metadata) VALUES (v_template_id, 'https://nlzvpcyffinqkneptqcx.supabase.co/storage/v1/object/public/verse_backgrounds/curated/1756042917783_The Village Train_63064.webp', 'curated/1756042917783_The Village Train_63064.webp', 1057, 1879, '9:16', 'phone', 'portrait', 166498, 'image/webp', false, true, '{"brightness": 85.84}');
INSERT INTO public.wallpapers (template_id, image_url, storage_path, width, height, aspect_ratio, device_type, orientation, file_size_bytes, mime_type, is_default, is_active, metadata) VALUES (v_template_id, 'https://nlzvpcyffinqkneptqcx.supabase.co/storage/v1/object/public/verse_backgrounds/curated/1757612879233_Biophilia_63094.webp', 'curated/1757612879233_Biophilia_63094.webp', 1273, 2263, '9:16', 'phone', 'portrait', 231014, 'image/webp', false, true, '{"brightness": 165.86}');
INSERT INTO public.wallpapers (template_id, image_url, storage_path, width, height, aspect_ratio, device_type, orientation, file_size_bytes, mime_type, is_default, is_active, metadata) VALUES (v_template_id, 'https://nlzvpcyffinqkneptqcx.supabase.co/storage/v1/object/public/verse_backgrounds/curated/1757728374484_Noctidune_63052.webp', 'curated/1757728374484_Noctidune_63052.webp', 972, 1728, '9:16', 'phone', 'portrait', 185442, 'image/webp', false, true, '{"brightness": 109.66}');
INSERT INTO public.wallpapers (template_id, image_url, storage_path, width, height, aspect_ratio, device_type, orientation, file_size_bytes, mime_type, is_default, is_active, metadata) VALUES (v_template_id, 'https://nlzvpcyffinqkneptqcx.supabase.co/storage/v1/object/public/verse_backgrounds/curated/1757728378477_Cosmoband_63053.webp', 'curated/1757728378477_Cosmoband_63053.webp', 876, 1557, '9:16', 'phone', 'portrait', 51208, 'image/webp', false, true, '{"brightness": 54.16}');
INSERT INTO public.wallpapers (template_id, image_url, storage_path, width, height, aspect_ratio, device_type, orientation, file_size_bytes, mime_type, is_default, is_active, metadata) VALUES (v_template_id, 'https://nlzvpcyffinqkneptqcx.supabase.co/storage/v1/object/public/verse_backgrounds/curated/1757728382528_Blossym_63051.webp', 'curated/1757728382528_Blossym_63051.webp', 881, 1566, '9:16', 'phone', 'portrait', 170486, 'image/webp', false, true, '{"brightness": 156.04}');
INSERT INTO public.wallpapers (template_id, image_url, storage_path, width, height, aspect_ratio, device_type, orientation, file_size_bytes, mime_type, is_default, is_active, metadata) VALUES (v_template_id, 'https://nlzvpcyffinqkneptqcx.supabase.co/storage/v1/object/public/verse_backgrounds/curated/1757728447613_Minimal Mountains (5K)_49758.webp', 'curated/1757728447613_Minimal Mountains (5K)_49758.webp', 1292, 2296, '9:16', 'phone', 'portrait', 180238, 'image/webp', false, true, '{"brightness": 97.63}');
INSERT INTO public.wallpapers (template_id, image_url, storage_path, width, height, aspect_ratio, device_type, orientation, file_size_bytes, mime_type, is_default, is_active, metadata) VALUES (v_template_id, 'https://nlzvpcyffinqkneptqcx.supabase.co/storage/v1/object/public/verse_backgrounds/curated/1757728486214_The Savoiur Painterly_62121.webp', 'curated/1757728486214_The Savoiur Painterly_62121.webp', 1042, 1852, '9:16', 'phone', 'portrait', 242062, 'image/webp', false, true, '{"brightness": 39.88}');
INSERT INTO public.wallpapers (template_id, image_url, storage_path, width, height, aspect_ratio, device_type, orientation, file_size_bytes, mime_type, is_default, is_active, metadata) VALUES (v_template_id, 'https://nlzvpcyffinqkneptqcx.supabase.co/storage/v1/object/public/verse_backgrounds/curated/1757728574922_Minimal Dawn by Hk3ToN_58823.webp', 'curated/1757728574922_Minimal Dawn by Hk3ToN_58823.webp', 1292, 2296, '9:16', 'phone', 'portrait', 224152, 'image/webp', false, true, '{"brightness": 79.95}');
INSERT INTO public.wallpapers (template_id, image_url, storage_path, width, height, aspect_ratio, device_type, orientation, file_size_bytes, mime_type, is_default, is_active, metadata) VALUES (v_template_id, 'https://nlzvpcyffinqkneptqcx.supabase.co/storage/v1/object/public/verse_backgrounds/curated/1757728588749_Kosmora_62979.webp', 'curated/1757728588749_Kosmora_62979.webp', 932, 1656, '9:16', 'phone', 'portrait', 79192, 'image/webp', false, true, '{"brightness": 30.13}');
INSERT INTO public.wallpapers (template_id, image_url, storage_path, width, height, aspect_ratio, device_type, orientation, file_size_bytes, mime_type, is_default, is_active, metadata) VALUES (v_template_id, 'https://nlzvpcyffinqkneptqcx.supabase.co/storage/v1/object/public/verse_backgrounds/curated/1757729085303_Mt.Everest_49686.webp', 'curated/1757729085303_Mt.Everest_49686.webp', 1080, 1920, '9:16', 'phone', 'portrait', 248092, 'image/webp', false, true, '{"brightness": 49.11}');
INSERT INTO public.wallpapers (template_id, image_url, storage_path, width, height, aspect_ratio, device_type, orientation, file_size_bytes, mime_type, is_default, is_active, metadata) VALUES (v_template_id, 'https://nlzvpcyffinqkneptqcx.supabase.co/storage/v1/object/public/verse_backgrounds/curated/1757729120135_Ripple Illusion_61971.webp', 'curated/1757729120135_Ripple Illusion_61971.webp', 1057, 1879, '9:16', 'phone', 'portrait', 270488, 'image/webp', false, true, '{"brightness": 64.24}');
INSERT INTO public.wallpapers (template_id, image_url, storage_path, width, height, aspect_ratio, device_type, orientation, file_size_bytes, mime_type, is_default, is_active, metadata) VALUES (v_template_id, 'https://nlzvpcyffinqkneptqcx.supabase.co/storage/v1/object/public/verse_backgrounds/curated/1757729189924_Unlit Match_62436.webp', 'curated/1757729189924_Unlit Match_62436.webp', 2048, 2048, '9:16', 'phone', 'portrait', 188484, 'image/webp', false, true, '{"brightness": 20.75}');
INSERT INTO public.wallpapers (template_id, image_url, storage_path, width, height, aspect_ratio, device_type, orientation, file_size_bytes, mime_type, is_default, is_active, metadata) VALUES (v_template_id, 'https://nlzvpcyffinqkneptqcx.supabase.co/storage/v1/object/public/verse_backgrounds/curated/1757729255516_Luxaves_62817.webp', 'curated/1757729255516_Luxaves_62817.webp', 1134, 2016, '9:16', 'phone', 'portrait', 166550, 'image/webp', false, true, '{"brightness": 34.57}');
INSERT INTO public.wallpapers (template_id, image_url, storage_path, width, height, aspect_ratio, device_type, orientation, file_size_bytes, mime_type, is_default, is_active, metadata) VALUES (v_template_id, 'https://nlzvpcyffinqkneptqcx.supabase.co/storage/v1/object/public/verse_backgrounds/curated/1763318917412_Luminesce_63182.webp', 'curated/1763318917412_Luminesce_63182.webp', 1046, 1859, '9:16', 'phone', 'portrait', 85740, 'image/webp', false, true, '{"brightness": 20.31}');
INSERT INTO public.wallpapers (template_id, image_url, storage_path, width, height, aspect_ratio, device_type, orientation, file_size_bytes, mime_type, is_default, is_active, metadata) VALUES (v_template_id, 'https://nlzvpcyffinqkneptqcx.supabase.co/storage/v1/object/public/verse_backgrounds/curated/1764843561320_Atherflow_63207.webp', 'curated/1764843561320_Atherflow_63207.webp', 1273, 2263, '9:16', 'phone', 'portrait', 221340, 'image/webp', false, true, '{"brightness": 32.99}');
INSERT INTO public.wallpapers (template_id, image_url, storage_path, width, height, aspect_ratio, device_type, orientation, file_size_bytes, mime_type, is_default, is_active, metadata) VALUES (v_template_id, 'https://nlzvpcyffinqkneptqcx.supabase.co/storage/v1/object/public/verse_backgrounds/curated/1764843584667_Energy Flows Where You Focus_63201.webp', 'curated/1764843584667_Energy Flows Where You Focus_63201.webp', 981, 1744, '9:16', 'phone', 'portrait', 158316, 'image/webp', false, true, '{"brightness": 145.41}');
INSERT INTO public.wallpapers (template_id, image_url, storage_path, width, height, aspect_ratio, device_type, orientation, file_size_bytes, mime_type, is_default, is_active, metadata) VALUES (v_template_id, 'https://nlzvpcyffinqkneptqcx.supabase.co/storage/v1/object/public/verse_backgrounds/curated/1764843692377_Waves Dreamscape_62077.webp', 'curated/1764843692377_Waves Dreamscape_62077.webp', 1191, 2117, '9:16', 'phone', 'portrait', 223432, 'image/webp', false, true, '{"brightness": 122.22}');
INSERT INTO public.wallpapers (template_id, image_url, storage_path, width, height, aspect_ratio, device_type, orientation, file_size_bytes, mime_type, is_default, is_active, metadata) VALUES (v_template_id, 'https://nlzvpcyffinqkneptqcx.supabase.co/storage/v1/object/public/verse_backgrounds/curated/1766642397350_Shine (King)_42293.webp', 'curated/1766642397350_Shine (King)_42293.webp', 1292, 2296, '9:16', 'phone', 'portrait', 203612, 'image/webp', false, true, '{"brightness": 115.92}');
INSERT INTO public.wallpapers (template_id, image_url, storage_path, width, height, aspect_ratio, device_type, orientation, file_size_bytes, mime_type, is_default, is_active, metadata) VALUES (v_template_id, 'https://nlzvpcyffinqkneptqcx.supabase.co/storage/v1/object/public/verse_backgrounds/curated/1767305898991_Sun Over Ocean_63220.webp', 'curated/1767305898991_Sun Over Ocean_63220.webp', 1064, 1891, '9:16', 'phone', 'portrait', 244300, 'image/webp', false, true, '{"brightness": 144.87}');
INSERT INTO public.wallpapers (template_id, image_url, storage_path, width, height, aspect_ratio, device_type, orientation, file_size_bytes, mime_type, is_default, is_active, metadata) VALUES (v_template_id, 'https://nlzvpcyffinqkneptqcx.supabase.co/storage/v1/object/public/verse_backgrounds/curated/1767305980791_Evoking the Warmth_63230.webp', 'curated/1767305980791_Evoking the Warmth_63230.webp', 1055, 1875, '9:16', 'phone', 'portrait', 38004, 'image/webp', false, true, '{"brightness": 216.87}');
INSERT INTO public.wallpapers (template_id, image_url, storage_path, width, height, aspect_ratio, device_type, orientation, file_size_bytes, mime_type, is_default, is_active, metadata) VALUES (v_template_id, 'https://nlzvpcyffinqkneptqcx.supabase.co/storage/v1/object/public/verse_backgrounds/curated/1768346211888_Isolated Nature_63222.webp', 'curated/1768346211888_Isolated Nature_63222.webp', 1149, 2042, '9:16', 'phone', 'portrait', 99194, 'image/webp', false, true, '{"brightness": 206.4}');
INSERT INTO public.wallpapers (template_id, image_url, storage_path, width, height, aspect_ratio, device_type, orientation, file_size_bytes, mime_type, is_default, is_active, metadata) VALUES (v_template_id, 'https://nlzvpcyffinqkneptqcx.supabase.co/storage/v1/object/public/verse_backgrounds/curated/1768346237389_Geometrical_63202.webp', 'curated/1768346237389_Geometrical_63202.webp', 1287, 2288, '9:16', 'phone', 'portrait', 196262, 'image/webp', false, true, '{"brightness": 103.3}');
END $$;