VRFS-282 changes to support real-time notification updates in sidebar

This commit is contained in:
Brian Smith 2013-04-04 23:33:59 -04:00
parent 0364f7561d
commit 1328231830
2 changed files with 3 additions and 1 deletions

View File

@ -53,4 +53,5 @@ invited_users.sql
collapse_user_and_admin.sql
default_gender_to_null.sql
subscribe_email.sql
notifications.sql
notifications.sql
notification_type_col_rename.sql

View File

@ -0,0 +1 @@
alter table notifications rename column type to description;