diff --git a/manifest b/manifest index dc86ec840..0603f8c5e 100644 --- a/manifest +++ b/manifest @@ -14,3 +14,4 @@ first_last_name.sql account_fields.sql signup.sql bootstrap_users_v2.sql +drop_users_name.sql \ No newline at end of file diff --git a/up/drop_users_name.sql b/up/drop_users_name.sql new file mode 100644 index 000000000..0b41693e6 --- /dev/null +++ b/up/drop_users_name.sql @@ -0,0 +1 @@ +alter table users drop column name; \ No newline at end of file