@@ -58,7 +58,6 @@ defmodule GroupherServerWeb.Schema.CMS.Types do
58
58
general_article_fields ( )
59
59
comments_fields ( )
60
60
61
- field ( :length , :integer )
62
61
field ( :link_addr , :string )
63
62
field ( :copy_right , :string )
64
63
@@ -74,7 +73,6 @@ defmodule GroupherServerWeb.Schema.CMS.Types do
74
73
field ( :desc , :string )
75
74
field ( :company , :string )
76
75
field ( :company_link , :string )
77
- field ( :length , :integer )
78
76
field ( :link_addr , :string )
79
77
field ( :copy_right , :string )
80
78
@@ -87,7 +85,6 @@ defmodule GroupherServerWeb.Schema.CMS.Types do
87
85
general_article_fields ( )
88
86
comments_fields ( )
89
87
90
- field ( :length , :integer )
91
88
field ( :link_addr , :string )
92
89
93
90
timestamp_fields ( :article )
@@ -99,7 +96,6 @@ defmodule GroupherServerWeb.Schema.CMS.Types do
99
96
general_article_fields ( )
100
97
comments_fields ( )
101
98
102
- field ( :length , :integer )
103
99
field ( :link_addr , :string )
104
100
105
101
timestamp_fields ( :article )
@@ -111,7 +107,6 @@ defmodule GroupherServerWeb.Schema.CMS.Types do
111
107
general_article_fields ( )
112
108
comments_fields ( )
113
109
114
- field ( :length , :integer )
115
110
field ( :link_addr , :string )
116
111
117
112
timestamp_fields ( :article )
@@ -123,7 +118,6 @@ defmodule GroupherServerWeb.Schema.CMS.Types do
123
118
general_article_fields ( )
124
119
comments_fields ( )
125
120
126
- field ( :length , :integer )
127
121
field ( :link_addr , :string )
128
122
129
123
timestamp_fields ( :article )
0 commit comments