chore: show on ReadPlan and MediaType

This commit is contained in:
steve-chavez
2023-07-05 17:35:54 -05:00
committed by Steve Chavez
parent 7508230760
commit 20b06efabe
7 changed files with 29 additions and 51 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ data QualifiedIdentifier = QualifiedIdentifier
{ qiSchema :: Schema
, qiName :: TableName
}
deriving (Eq, Ord, Generic, JSON.ToJSON, JSON.ToJSONKey)
deriving (Eq, Show, Ord, Generic, JSON.ToJSON, JSON.ToJSONKey)
instance Hashable QualifiedIdentifier