Created
June 1, 2026 00:46
-
-
Save ykessler/fb40e5de461108059cc43043408723ba to your computer and use it in GitHub Desktop.
temporary render hardcoded smoke
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| require 'pg' | |
| conn = PG.connect(ENV.fetch('DATABASE_URL')) | |
| conn.exec_params("INSERT INTO _backfill_acris_legals_unit (document_id,bbl,old_address,new_unit,new_address) VALUES ($1,0,'render hardcoded','X','render hardcoded APT X') ON CONFLICT DO NOTHING", ['RENDER_HARDCODE_MARKER_1780274803']) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment