Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

load produce different result even if diff shows they are the same #28

Open
ycfreeman opened this issue Oct 20, 2024 · 0 comments
Open

Comments

@ycfreeman
Copy link

ycfreeman commented Oct 20, 2024

load command produce slightly different result even if diff shows they are the same

    - Expected  - 1
    + Received  + 1

    @@ -787,12 +787,12 @@
      	`prescriber_number` varchar(255) NOT NULL DEFAULT '',
      	`_audit` json,
      	PRIMARY KEY (`id`),
      	KEY `created_by` (`created_by`),
      	KEY `user_id` (`user_id`),
    - 	KEY `GeneralPractitioner_client_id_foreign_idx` (`client_id`),
      	KEY `GeneralPractitioner_ml_id_foreign_idx` (`ml_id`),
    + 	KEY `GeneralPractitioner_client_id_foreign_idx` (`client_id`),
      	KEY `GeneralPractitioner_verified_by_foreign_idx` (`verified_by`),
      	CONSTRAINT `GeneralPractitioner_client_id_foreign_idx` FOREIGN KEY (`client_id`) REFERENCES `AppClient` (`id`) ON DELETE SET NULL ON UPDATE CASCADE,
      	CONSTRAINT `GeneralPractitioner_ibfk_1` FOREIGN KEY (`user_id`) REFERENCES `User` (`id`) ON DELETE SET NULL ON UPDATE CASCADE,
      	CONSTRAINT `GeneralPractitioner_ibfk_2` FOREIGN KEY (`created_by`) REFERENCES `User` (`id`) ON DELETE SET NULL ON UPDATE CASCADE,
      	CONSTRAINT `GeneralPractitioner_ml_id_foreign_idx` FOREIGN KEY (`ml_id`) REFERENCES `MedicalLiaison` (`id`) ON DELETE SET NULL ON UPDATE CASCADE,

seems order of the keys are not normalized for load command

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant