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);