Skip to content

Commit

Permalink
reference publications by name
Browse files Browse the repository at this point in the history
  • Loading branch information
imor committed Aug 30, 2024
1 parent c82475f commit 6ce8704
Show file tree
Hide file tree
Showing 28 changed files with 137 additions and 1,468 deletions.

This file was deleted.

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

This file was deleted.

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

This file was deleted.

This file was deleted.

This file was deleted.

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

This file was deleted.

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

8 changes: 0 additions & 8 deletions api/migrations/20240822082905_create_publications.sql

This file was deleted.

2 changes: 1 addition & 1 deletion api/migrations/20240828090309_create_pipelines.sql
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ create table
tenant_id bigint references public.tenants(id) not null,
source_id bigint references public.sources(id) not null,
sink_id bigint references public.sinks(id) not null,
publication_id bigint references public.publications(id) not null,
publication_name text not null,
config jsonb not null
);
Loading

0 comments on commit 6ce8704

Please sign in to comment.