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,

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions