MED-145: send notification to patient when summary completed (#61)
* MED-145: send notification to patient when summary completed * MED-145: send notification to patient when summary completed * use aliased imports where possible, revert cart service urls * save language preference to local db * remove unnecessary optional chaning
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
ALTER TABLE medreport.accounts
|
||||
DROP COLUMN IF EXISTS public_data;
|
||||
|
||||
create type medreport.locale as enum ('en', 'et', 'ru');
|
||||
|
||||
ALTER TABLE medreport.accounts
|
||||
ADD COLUMN preferred_locale medreport.locale
|
||||
Reference in New Issue
Block a user