Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mahara
mahara
Commits
703f326c
Commit
703f326c
authored
Dec 06, 2006
by
Penny Leach
Browse files
added view.authorformat - field to describe the format to display the
author name in views
parent
2a7698ac
Changes
1
Show whitespace changes
Inline
Side-by-side
htdocs/lib/db/install.xml
View file @
703f326c
...
...
@@ -575,6 +575,7 @@
<FIELDS>
<FIELD
NAME=
"id"
TYPE=
"int"
LENGTH=
"10"
NOTNULL=
"true"
SEQUENCE=
"true"
/>
<FIELD
NAME=
"title"
TYPE=
"text"
NOTNULL=
"true"
/>
<FIELD
NAME=
"authorformat"
TYPE=
"text"
NOTNULL=
"true"
/>
<FIELD
NAME=
"description"
TYPE=
"text"
NOTNULL=
"false"
/>
<FIELD
NAME=
"owner"
TYPE=
"int"
LENGTH=
"10"
NOTNULL=
"true"
/>
<FIELD
NAME=
"template"
TYPE=
"text"
NOTNULL=
"true"
/>
...
...
Write
Preview
Supports
Markdown
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