From eeb814fee4830a79a0349624ba1ca31523761614 Mon Sep 17 00:00:00 2001 From: Seth Call Date: Thu, 16 May 2013 22:42:50 -0500 Subject: [PATCH] * adding country code to max_mind_isp --- manifest | 1 + up/max_mind_isp_add_country.sql | 1 + 2 files changed, 2 insertions(+) create mode 100644 up/max_mind_isp_add_country.sql diff --git a/manifest b/manifest index ea613f0a5..43f549a38 100755 --- a/manifest +++ b/manifest @@ -66,3 +66,4 @@ claimed_recordings2.sql users_favorites.sql max_mind_isp.sql other_instrument.sql +max_mind_isp_add_country.sql diff --git a/up/max_mind_isp_add_country.sql b/up/max_mind_isp_add_country.sql new file mode 100644 index 000000000..e71cd3efa --- /dev/null +++ b/up/max_mind_isp_add_country.sql @@ -0,0 +1 @@ +ALTER TABLE max_mind_isp ADD COLUMN country VARCHAR(64);