Skip to content

Database: improvement of primary keys #180

Description

@SonkeHoffmann

all primary keys should be changed (to the newest PostgreSQL standard) from

id SERIAL PRIMARY KEY,

to

id INTEGER PRIMARY KEY GENERATED ALWAYS AS IDENTITY,

Metadata

Metadata

Assignees

Labels

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions