Database Update for User Notification table

7 views
Skip to first unread message

Stephen Kraffmiller

unread,
Oct 15, 2018, 10:00:00 AM10/15/18
to Dataverse Dev
We recently merged code into Dataverse Dev which associates a requestor with a user notification. In order to run this code make sure that the new column is added to your local database:

ALTER TABLE usernotification
ADD requestor_id BIGINT;


Reply all
Reply to author
Forward
0 new messages