Skip to content

New plugin id can not be guessed in db cluster #1268

Open
@dennis531

Description

@dennis531

Version
3.25

Describe the bug
The new plugin id of OpencastV3 can not be guessed in

$new_plugin_id = $db->query("SELECT MAX(pluginid) FROM plugins")->fetchColumn() + 1;
as the cluster doesn't simply increment the id by one, see https://stackoverflow.com/a/23022736.

Metadata

Metadata

Assignees

Labels

type:bugv:3Everything related to the Stud.IP Opencast Plugin Version 3.x

Type

No type

Projects

Status

No status

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions