Delay PF permit competitor removal
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 35s
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 35s
This commit is contained in:
@@ -56,3 +56,7 @@ def _migrate_competitor_listings_auto_fields() -> None:
|
||||
conn.execute(text("ALTER TABLE competitor_listings ADD COLUMN permit_number VARCHAR(100)"))
|
||||
if "auto_discovered" not in columns:
|
||||
conn.execute(text("ALTER TABLE competitor_listings ADD COLUMN auto_discovered BOOLEAN NOT NULL DEFAULT 0"))
|
||||
if "permit_missing_checks" not in columns:
|
||||
conn.execute(
|
||||
text("ALTER TABLE competitor_listings ADD COLUMN permit_missing_checks INTEGER NOT NULL DEFAULT 0")
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user