VRFS-89, VRFS-90 remove name from user model

This commit is contained in:
Brian Smith 2012-11-14 22:24:07 -05:00
parent 32c1f07bb7
commit 12e72d8c5f
2 changed files with 2 additions and 0 deletions

View File

@ -14,3 +14,4 @@ first_last_name.sql
account_fields.sql
signup.sql
bootstrap_users_v2.sql
drop_users_name.sql

1
up/drop_users_name.sql Normal file
View File

@ -0,0 +1 @@
alter table users drop column name;