VRFS-282 changes to support real-time notification updates in sidebar
This commit is contained in:
parent
0364f7561d
commit
1328231830
3
manifest
3
manifest
|
|
@ -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
|
||||
|
|
@ -0,0 +1 @@
|
|||
alter table notifications rename column type to description;
|
||||
Loading…
Reference in New Issue