Skip to content

πŸ—ƒοΈ cdviz-db: add pre-extracted info in cdevents tableΒ #26

@davidB

Description

@davidB
  • add the column: subject, predicat, version, imported_at (default to CURRENT)

  • add a technical PK (IDENTIY, BIG_INT, auto generated)

  • add comments on every column (also missing) and table: PostgreSQL: Documentation: 16: COMMENT

    comment on table session_log is 'Our session logs';
    comment on column session_log.userid is 'The user ID';
    comment on column session_log.phonenumber is 'The phone number including the area code';
  • update cdviz-collector to update those columns

  • update grafana dashboard

  • update documentation (of the DB ) and to create dashboard

Until first release, the migrations could be rewrite

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions