You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to datave...@googlegroups.com
https://github.com/IQSS/dataverse/pull/3579 was just merged, which means that you must run the following SQL statements to keep your development environment in working order (unless you've already been working on that branch, of course):
ALTER TABLE datafile ADD COLUMN rootdatafileid bigint default -1; ALTER TABLE datafile ADD COLUMN previousdatafileid bigint default null; UPDATE datafile SET rootdatafileid = -1;