Skip to content

Commit

Permalink
allow full scan for schema migration
Browse files Browse the repository at this point in the history
  • Loading branch information
jgallagher committed Apr 24, 2024
1 parent b48f376 commit 72f29a2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions schema/crdb/blueprint-add-external-ip-id/up2.sql
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
set local disallow_full_table_scans = off;

-- Fill in the external IP IDs for all past blueprints.
--
-- This query makes some assumptions that are true at the time of its writing
Expand Down

0 comments on commit 72f29a2

Please sign in to comment.