Add lists for Microsoft Azure and Meta/Facebook IP addresses
Update schema_version to version 9 in the database migration for adding Microsoft Azure and Meta/Facebook IP lists. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 7a657272-55ba-4a79-9a2e-f1ed9bc7a528 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: 128391b2-7bbf-4c17-9beb-e969f52acb42 Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/449cf7c4-c97a-45ae-8234-e5c5b8d6a84f/7a657272-55ba-4a79-9a2e-f1ed9bc7a528/vkzPhDc
This commit is contained in:
parent
f9fb378edc
commit
170c807264
@ -16,7 +16,7 @@ SELECT 'Meta (Facebook)',
|
||||
WHERE NOT EXISTS (SELECT 1 FROM public_lists WHERE name = 'Meta (Facebook)');
|
||||
|
||||
-- Update schema version
|
||||
UPDATE schema_version SET version = 9, updated_at = NOW();
|
||||
UPDATE schema_version SET version = 9;
|
||||
|
||||
-- Verify insertion
|
||||
SELECT id, name, type, enabled, url FROM public_lists WHERE name IN ('Microsoft Azure', 'Meta (Facebook)');
|
||||
|
||||
Loading…
Reference in New Issue
Block a user