Skip to content

Commit

Permalink
adjusted pgsync schema.json
Browse files Browse the repository at this point in the history
  • Loading branch information
twallnerWaretec committed Mar 4, 2024
1 parent 65bda97 commit cf05436
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions pgsync/config/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,21 +17,6 @@
"through_tables": ["_ContentItemToMediaAsset"]
},
"children": [
{
"table": "Subtitles",
"schema": "public",
"label": "Subtitles",
"columns": ["languageCode"],
"primary_key": ["uid"],
"relationship": {
"variant": "object",
"type": "one_to_many",
"foreign_key": {
"child": ["mediaAssetUid"],
"parent": ["uid"]
}
}
},
{
"table": "Transcript",
"schema": "public",
Expand Down

0 comments on commit cf05436

Please sign in to comment.