Retired measures need removing from website
Closed this issue · 3 comments
richiecroker commented
We've recently retired a number of measures, and they need to be removed from the website:
dipyridamole
ulipristal
ktt12_diabetes_insulin
coproxamol
evansd commented
All done:
$ ./manage.py delete_measure --delete-live-measure dipyridamole
Deleted measure 'dipyridamole'
$ ./manage.py delete_measure --delete-live-measure ulipristal
Deleted measure 'ulipristal'
$ ./manage.py delete_measure --delete-live-measure ktt12_diabetes_insulin
Deleted measure 'ktt12_diabetes_insulin'
$ ./manage.py delete_measure --delete-live-measure coproxamol
Deleted measure 'coproxamol'
richiecroker commented
evansd commented
All done 👍