diff --git a/manifest b/manifest index 360810ba8..b41bd381a 100644 --- a/manifest +++ b/manifest @@ -54,4 +54,5 @@ collapse_user_and_admin.sql default_gender_to_null.sql subscribe_email.sql notifications.sql -notification_type_col_rename.sql \ No newline at end of file +notification_type_col_rename.sql +notifications_add_friend_req_id.sql \ No newline at end of file diff --git a/up/notifications_add_friend_req_id.sql b/up/notifications_add_friend_req_id.sql new file mode 100644 index 000000000..c1e1f53f5 --- /dev/null +++ b/up/notifications_add_friend_req_id.sql @@ -0,0 +1 @@ +alter table notifications add COLUMN friend_request_id varchar(64) REFERENCES friend_requests(id); \ No newline at end of file