Add tools for injecting imported parcel and addresses
This commit is contained in:
parent
91fe244da8
commit
8455a67750
7 changed files with 153 additions and 0 deletions
4
tools/insert-sites.sql
Normal file
4
tools/insert-sites.sql
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
BEGIN;
|
||||
INSERT INTO site(address_id, created, creator_id, file_id, id, notes, organization_id, owner_name, owner_phone_e164, parcel_id, resident_owned, tags, version)
|
||||
VALUES (:address_id, NOW(), :user_id, NULL, DEFAULT, '', :organization_id, '', NULL, :parcel_id, NULL, '', 1);
|
||||
COMMIT;
|
||||
Loading…
Add table
Add a link
Reference in a new issue