* adding country code to max_mind_isp

This commit is contained in:
Seth Call 2013-05-16 22:42:50 -05:00
parent b3f5e34ef9
commit eeb814fee4
2 changed files with 2 additions and 0 deletions

View File

@ -66,3 +66,4 @@ claimed_recordings2.sql
users_favorites.sql
max_mind_isp.sql
other_instrument.sql
max_mind_isp_add_country.sql

View File

@ -0,0 +1 @@
ALTER TABLE max_mind_isp ADD COLUMN country VARCHAR(64);