-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
6 additions
and
6 deletions.
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
UPDATE tab_transport_directions SET display_name='[DEPRECATED] Pgp Interstitial to plasma', description='[DEPRECATED] Pgp transport from interstitial space to blood plasma across the blood-brain-barrier accounting for the structural peculiarity of P-gp transporter. Will be removed in version 12 of the software' WHERE transport_direction='PgpBrainInterstitialToPlasma'; | ||
UPDATE tab_transport_directions SET display_name='[DEPRECATED] Pgp Intracellular to Interstitial', description='[DEPRECATED] Pgp transport from intracellular into interstitial space accounting for the structural peculiarity of P-gp transporter. Will be removed in version 12 of the software' WHERE transport_direction='PgpBrainTissueToInterstitial'; | ||
UPDATE tab_transport_directions SET display_name='[DEPRECATED] Pgp Intracellular to Interstitial', description='[DEPRECATED] Pgp transport from intracellular into interstitial space accounting for the structural peculiarity of P-gp transporter. Will be removed in version 12 of the software ' WHERE transport_direction='PgpIntracellularToInterstitial'; | ||
UPDATE tab_transport_directions SET display_name='[DEPRECATED] Pgp Mucosa/Intracellular to Lumen', description='[DEPRECATED] Pgp transport from mucosal cells into gastrointestinal lumen accounting for the structural peculiarity of P-gp transporter. Will be removed in version 12 of the software' WHERE transport_direction='PgpMucosaIntracellularToLumen'; | ||
DELETE FROM tab_rate_generic_molecules WHERE calculation_method='LinksCommon' AND formula_rate='PgpSpecific_Hill' AND path_id=366 AND molecule='DRUG'; | ||
INSERT INTO tab_rate_generic_molecules(calculation_method,formula_rate,path_id,molecule,alias,use_amount) VALUES('LinksCommon','PgpSpecific_Hill',368,'DRUG','TM',1); | ||
DELETE FROM tab_rate_generic_molecules WHERE calculation_method='LinksCommon' AND formula_rate='PgpSpecific_MM' AND path_id=366 AND molecule='DRUG'; | ||
INSERT INTO tab_rate_generic_molecules(calculation_method,formula_rate,path_id,molecule,alias,use_amount) VALUES('LinksCommon','PgpSpecific_MM',368,'DRUG','TM',1); |
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
Binary file not shown.