Skip to content

Commit

Permalink
fix formatting in seen_sources.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
pranav-super committed Oct 3, 2024
1 parent cd1c347 commit 4240628
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/postgres-init-db/sql/tables/ui/seen_sources.sql
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ create table ui.seen_sources
(
username text not null,
external_source_name text not null,
external_source_type text not null, -- included for ease of filtering, though not part of pkey
derivation_group text not null,
external_source_type text not null, -- included for ease of filtering

constraint seen_sources_pkey
primary key (username, external_source_name, derivation_group),
Expand Down

0 comments on commit 4240628

Please sign in to comment.