Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
mahara
mahara
Commits
7c9e888e
Commit
7c9e888e
authored
Mar 19, 2010
by
Richard Mansfield
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add author/authorname to artefact table in new installs
Signed-off-by:
Richard Mansfield
<
richardm@catalyst.net.nz
>
parent
4cad53f9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
htdocs/lib/db/install.xml
htdocs/lib/db/install.xml
+3
-0
No files found.
htdocs/lib/db/install.xml
View file @
7c9e888e
...
...
@@ -331,6 +331,8 @@
<FIELD
NAME=
"title"
TYPE=
"text"
NOTNULL=
"true"
/>
<FIELD
NAME=
"description"
TYPE=
"text"
NOTNULL=
"false"
/>
<FIELD
NAME=
"note"
TYPE=
"text"
NOTNULL=
"false"
/>
<FIELD
NAME=
"author"
TYPE=
"int"
LENGTH=
"10"
NOTNULL=
"false"
/>
<FIELD
NAME=
"authorname"
TYPE=
"text"
NOTNULL=
"false"
/>
</FIELDS>
<KEYS>
<KEY
NAME=
"primary"
TYPE=
"primary"
FIELDS=
"id"
/>
...
...
@@ -339,6 +341,7 @@
<KEY
NAME=
"usrfk"
TYPE=
"foreign"
FIELDS=
"owner"
REFTABLE=
"usr"
REFFIELDS=
"id"
/>
<KEY
NAME=
"institutionfk"
TYPE=
"foreign"
FIELDS=
"institution"
REFTABLE=
"institution"
REFFIELDS=
"name"
/>
<KEY
NAME=
"groupfk"
TYPE=
"foreign"
FIELDS=
"group"
REFTABLE=
"group"
REFFIELDS=
"id"
/>
<KEY
NAME=
"authorfk"
TYPE=
"foreign"
FIELDS=
"author"
REFTABLE=
"usr"
REFFIELDS=
"id"
/>
</KEYS>
</TABLE>
<TABLE
NAME=
"artefact_attachment"
>
...
...
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