Skip to content

Commit

Permalink
code formatting
Browse files Browse the repository at this point in the history
Authored-by: Kevin Yeap <kyeap@vmware.com>
  • Loading branch information
kyeap-vmware authored and AJR-VMware committed Nov 22, 2022
1 parent 8768beb commit 7b584b2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions backup/predata_relations.go
Original file line number Diff line number Diff line change
Expand Up @@ -399,9 +399,9 @@ func PrintAlterSequenceStatements(metadataFile *utils.FileWithByteCount,
start := metadataFile.ByteCount
metadataFile.MustPrintf("\n\nALTER SEQUENCE %s OWNED BY %s;\n", seqFQN, sequence.OwningColumn)
entry := toc.MetadataEntry{
Schema: sequence.Relation.Schema,
Name: sequence.Relation.Name,
ObjectType: "SEQUENCE OWNER",
Schema: sequence.Relation.Schema,
Name: sequence.Relation.Name,
ObjectType: "SEQUENCE OWNER",
ReferenceObject: sequence.OwningTable,
}
tocfile.AddMetadataEntry("predata", entry, start, metadataFile.ByteCount)
Expand Down

0 comments on commit 7b584b2

Please sign in to comment.