Skip to content

Commit

Permalink
Revert "feat: update cdr schema"
Browse files Browse the repository at this point in the history
This reverts commit e6924c0.

Any changes to the Asterisk schema will be handled as a migration, this
is the only sane way going forward considering that eryth itself may
need to continually update the schema whenever new features are added.
  • Loading branch information
crazybolillo committed Jul 30, 2024
1 parent c99e2a1 commit a45ef5c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion internal/sqlc/models.go

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

1 change: 0 additions & 1 deletion schema.sql
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,6 @@ 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 a45ef5c

Please sign in to comment.