From 13282318309ea5c689c55a4af31f1de40100884d Mon Sep 17 00:00:00 2001 From: Brian Smith Date: Thu, 4 Apr 2013 23:33:59 -0400 Subject: [PATCH] VRFS-282 changes to support real-time notification updates in sidebar --- manifest | 3 ++- up/notification_type_col_rename.sql | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 up/notification_type_col_rename.sql diff --git a/manifest b/manifest index affb2f241..360810ba8 100644 --- a/manifest +++ b/manifest @@ -53,4 +53,5 @@ invited_users.sql collapse_user_and_admin.sql default_gender_to_null.sql subscribe_email.sql -notifications.sql \ No newline at end of file +notifications.sql +notification_type_col_rename.sql \ No newline at end of file diff --git a/up/notification_type_col_rename.sql b/up/notification_type_col_rename.sql new file mode 100644 index 000000000..5befa0477 --- /dev/null +++ b/up/notification_type_col_rename.sql @@ -0,0 +1 @@ +alter table notifications rename column type to description; \ No newline at end of file