Skip to content

Commit

Permalink
feat: update cdr schema
Browse files Browse the repository at this point in the history
It now includes a primary key to make it easier to reference entries in
the table.
  • Loading branch information
crazybolillo committed Jul 25, 2024
1 parent b580697 commit 6b370d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions internal/sqlc/models.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions schema.sql
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,7 @@ CREATE TABLE public.alembic_version (
);

CREATE TABLE public.cdr (
id BIGSERIAL PRIMARY KEY,
accountcode character varying(80),
src character varying(80),
dst character varying(80),
Expand Down

0 comments on commit 6b370d1

Please sign in to comment.