A Generic, General Purpose Research Data Repository Service.
Today, we like to announce the new release v1.4.0 of base-repo. Besides regular dependency updates for security reasons, we’ve added some new nice features which will increase your productivity while using base-repo for managing your research data.
For existing databases, a manual update is required to adjust the column size of the ‘description’ column of the Description table. The query may depend on the used database system, for PostgreSQL this would be:
alter table description alter column description type character varying(10240);