@514labs/moose-lib 0.6.286-ci-7-g3f2ee8da → 0.6.286-ci-3-gf9493e4a

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -682,8 +682,7 @@ var dlqColumns = [
682
682
  annotations: [],
683
683
  ttl: null,
684
684
  codec: null,
685
- materialized: null,
686
- comment: null
685
+ materialized: null
687
686
  },
688
687
  {
689
688
  name: "errorMessage",
@@ -695,8 +694,7 @@ var dlqColumns = [
695
694
  annotations: [],
696
695
  ttl: null,
697
696
  codec: null,
698
- materialized: null,
699
- comment: null
697
+ materialized: null
700
698
  },
701
699
  {
702
700
  name: "errorType",
@@ -708,8 +706,7 @@ var dlqColumns = [
708
706
  annotations: [],
709
707
  ttl: null,
710
708
  codec: null,
711
- materialized: null,
712
- comment: null
709
+ materialized: null
713
710
  },
714
711
  {
715
712
  name: "failedAt",
@@ -721,8 +718,7 @@ var dlqColumns = [
721
718
  annotations: [],
722
719
  ttl: null,
723
720
  codec: null,
724
- materialized: null,
725
- comment: null
721
+ materialized: null
726
722
  },
727
723
  {
728
724
  name: "source",
@@ -734,8 +730,7 @@ var dlqColumns = [
734
730
  annotations: [],
735
731
  ttl: null,
736
732
  codec: null,
737
- materialized: null,
738
- comment: null
733
+ materialized: null
739
734
  }
740
735
  ];
741
736