Skip to content

Commit 3f347e9

Browse files
committed
update etools schema
1 parent e3e6cbd commit 3f347e9

File tree

12 files changed

+5545
-4243
lines changed

12 files changed

+5545
-4243
lines changed

db/clean.tpl.sql

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,19 @@ SET
88

99
UPDATE _SCHEMA_.partners_partnerorganization
1010
SET
11-
name = CONCAT('Partner', id),
1211
address = CONCAT('Address', id),
1312
email = CONCAT('email', id, '@nowhere.org'),
1413
phone_number = id,
15-
vendor_number = id,
1614
total_ct_cp = id,
1715
total_ct_cy = id,
1816
net_ct_cy = id,
1917
city = CONCAT('City ', id);
2018

19+
UPDATE organizations_organization
20+
SET
21+
name = CONCAT('Partner', id),
22+
vendor_number = id;
23+
2124
UPDATE _SCHEMA_.reports_indicator
2225
SET name = CONCAT('Report', id);
2326

Binary file not shown.

0 commit comments

Comments
 (0)