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
8a441879
Commit
8a441879
authored
Apr 29, 2008
by
Nigel McNie
Browse files
Added missing column 'image' to externalfeed's install.xml.
parent
9a37f3f7
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/blocktype/externalfeed/db/install.xml
View file @
8a441879
...
...
@@ -16,6 +16,7 @@
<FIELD
NAME=
"description"
TYPE=
"text"
NOTNULL=
"false"
/>
<FIELD
NAME=
"content"
TYPE=
"text"
NOTNULL=
"false"
/>
<FIELD
NAME=
"lastupdate"
TYPE=
"datetime"
NOTNULL=
"false"
/>
<FIELD
NAME=
"image"
TYPE=
"text"
NOTNULL=
"false"
/>
</FIELDS>
<KEYS>
<KEY
NAME=
"primary"
TYPE=
"primary"
FIELDS=
"id"
/>
...
...
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