-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#000 | Fix test failure due to recent change in avni-server
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -136,7 +136,7 @@ insert into address_level (id, title, uuid, version, organisation_id, audit_id, | |
insert into address_level (id, title, uuid, version, organisation_id, audit_id, is_voided, type_id, lineage, parent_id, gps_coordinates, location_properties, created_by_id, last_modified_by_id, created_date_time, last_modified_date_time) values (207785, 'Bangalore South', '77109ae8-dccd-4383-878f-68df4e3ef57c', 0, 14, create_audit(), false, 673, '207782.207785', 207782, null, null, 1, 1, '2022-03-15 17:31:02.612 +00:00', '2022-03-15 17:31:02.626 +00:00'); | ||
insert into address_level (id, title, uuid, version, organisation_id, audit_id, is_voided, type_id, lineage, parent_id, gps_coordinates, location_properties, created_by_id, last_modified_by_id, created_date_time, last_modified_date_time) values (207786, 'Banaswadi', 'bae563a4-1ff3-4a20-b255-648225558c1e', 0, 14, create_audit(), false, 674, '207782.207784.207786',207784, null, null, 1, 1, '2022-03-15 17:31:18.837 +00:00', '2022-03-15 17:31:18.860 +00:00'); | ||
|
||
insert into users (id, uuid, username, organisation_id, created_by_id, last_modified_by_id, created_date_time, last_modified_date_time, is_voided, catchment_id, is_org_admin, operating_individual_scope, settings, email, phone_number, disabled_in_cognito, name) values (4453, 'fcff7925-5689-48ad-8361-26f2f4034b98', 'user@ogi1', 14, 4453, 4453, '2022-03-15 17:32:06.194 +00:00', '2022-03-15 17:32:06.194 +00:00', false, null, true, 'None', null, '[email protected]', '+919191919191', false, 'user'); | ||
insert into users (id, uuid, username, organisation_id, created_by_id, last_modified_by_id, created_date_time, last_modified_date_time, is_voided, catchment_id, is_org_admin, operating_individual_scope, settings, email, phone_number, disabled_in_cognito, name) values (4453, 'fcff7925-5689-48ad-8361-26f2f4034b99', 'user@ogi1', 14, 4453, 4453, '2022-03-15 17:32:06.194 +00:00', '2022-03-15 17:32:06.194 +00:00', false, null, true, 'None', null, '[email protected]', '+919191919191', false, 'user'); | ||
|
||
insert into subject_type (id, uuid, name, organisation_id, is_voided, audit_id, version, is_group, is_household, active, type, subject_summary_rule, allow_empty_location, unique_name, valid_first_name_regex, valid_first_name_description_key, valid_last_name_regex, valid_last_name_description_key, icon_file_s3_key, created_by_id, last_modified_by_id, created_date_time, last_modified_date_time) values (439, 'a95d8951-17e4-408d-98b0-ef3a6c982b96', 'Person', 14, false, create_audit(), 0, false, false, true, 'Person', '', false, false, null, null, null, null, null, 1, 1, '2022-03-15 17:32:34.268 +00:00', '2022-03-15 17:32:34.268 +00:00'); | ||
insert into subject_type (id, uuid, name, organisation_id, is_voided, audit_id, version, is_group, is_household, active, type, subject_summary_rule, allow_empty_location, unique_name, valid_first_name_regex, valid_first_name_description_key, valid_last_name_regex, valid_last_name_description_key, icon_file_s3_key, created_by_id, last_modified_by_id, created_date_time, last_modified_date_time) values (441, '61578f13-952f-4c06-a727-d28a2f484acf', 'Goat', 14, false, create_audit(), 0, false, false, true, 'Individual', '', false, false, null, null, null, null, null, 1, 1, '2022-03-15 17:35:00.210 +00:00', '2022-03-15 17:35:00.210 +00:00'); | ||
|