summaryrefslogtreecommitdiff
path: root/ddl/Definitions.hs
diff options
context:
space:
mode:
Diffstat (limited to 'ddl/Definitions.hs')
-rw-r--r--ddl/Definitions.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/ddl/Definitions.hs b/ddl/Definitions.hs
index 6f50ef8..4c3b026 100644
--- a/ddl/Definitions.hs
+++ b/ddl/Definitions.hs
@@ -513,6 +513,7 @@ pipelineSchema = do
513 enum_ "Attribute_M42F" 513 enum_ "Attribute_M42F"
514 enum_ "Attribute_M43F" 514 enum_ "Attribute_M43F"
515 enum_ "Attribute_M44F" 515 enum_ "Attribute_M44F"
516 deriving_ [PureScript] [Show,Eq]
516 517
517 data_ "ObjectArraySchema" $ do 518 data_ "ObjectArraySchema" $ do
518 constR_ "ObjectArraySchema" 519 constR_ "ObjectArraySchema"