* adding country code to max_mind_isp
This commit is contained in:
parent
b3f5e34ef9
commit
eeb814fee4
1
manifest
1
manifest
|
|
@ -66,3 +66,4 @@ claimed_recordings2.sql
|
|||
users_favorites.sql
|
||||
max_mind_isp.sql
|
||||
other_instrument.sql
|
||||
max_mind_isp_add_country.sql
|
||||
|
|
|
|||
|
|
@ -0,0 +1 @@
|
|||
ALTER TABLE max_mind_isp ADD COLUMN country VARCHAR(64);
|
||||
Loading…
Reference in New Issue