From 88cbefc8fe86a2120d04d55c3ec277226e02b108 Mon Sep 17 00:00:00 2001 From: Matthew Dillon Date: Wed, 26 Nov 2014 17:52:45 -0900 Subject: [PATCH] Missed the table rename for downgrade (meas). --- datastore/migrations/00009_AddMeasurements_down.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datastore/migrations/00009_AddMeasurements_down.sql b/datastore/migrations/00009_AddMeasurements_down.sql index 815b20d..e3c8ee2 100644 --- a/datastore/migrations/00009_AddMeasurements_down.sql +++ b/datastore/migrations/00009_AddMeasurements_down.sql @@ -1,5 +1,5 @@ -- bactdb -- Matthew R Dillon -DROP TABLE strainsobsmeasurements; +DROP TABLE measurements;