Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cubicweb
cubes
email
Commits
8d02bd18b6ac
Commit
819cda5f
authored
Apr 26, 2013
by
Pierre-Yves David
Browse files
merge with stable
parents
e0504b7f145c
34ac9eb7af16
Changes
1
Show whitespace changes
Inline
Side-by-side
schema.py
View file @
8d02bd18
...
...
@@ -45,7 +45,7 @@ class EmailPart(EntityType):
}
content
=
String
(
fulltextindexed
=
True
)
content_format
=
String
(
required
=
True
,
meta
=
True
,
maxsize
=
50
)
content_format
=
String
(
required
=
True
,
maxsize
=
50
)
ordernum
=
Int
(
required
=
True
)
alternative
=
SubjectRelation
(
'EmailPart'
,
symmetric
=
True
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment