Details
-
Task
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
3.1-incubating
Description
The relational schema has changed because an issue with LDCache (issue to ref?), then we must provide upgrade script for the running installations.
In the meantime this could be manually solved, in postgres for instance, by executing:
alter table ldcache_entries add column triple_count integer not null default 0;