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
240498c1
Commit
240498c1
authored
Nov 24, 2006
by
Richard Mansfield
Browse files
Make submitted field of view fk into community table
parent
5268b707
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/lib/db/install.xml
View file @
240498c1
...
...
@@ -581,7 +581,7 @@
<FIELD
NAME=
"ctime"
TYPE=
"datetime"
NOTNULL=
"true"
/>
<FIELD
NAME=
"mtime"
TYPE=
"datetime"
NOTNULL=
"true"
/>
<FIELD
NAME=
"atime"
TYPE=
"datetime"
NOTNULL=
"true"
/>
<FIELD
NAME=
"submitted"
TYPE=
"int"
LENGTH=
"10"
NOTNULL=
"false"
/>
<FIELD
NAME=
"submitted
to
"
TYPE=
"int"
LENGTH=
"10"
NOTNULL=
"false"
/>
<FIELD
NAME=
"public"
TYPE=
"int"
LENGTH=
"10"
NOTNULL=
"true"
DEFAULT=
"0"
/>
<FIELD
NAME=
"loggedin"
TYPE=
"int"
LENGTH=
"10"
NOTNULL=
"true"
DEFAULT=
"0"
/>
<FIELD
NAME=
"friendsonly"
TYPE=
"int"
LENGTH=
"10"
NOTNULL=
"true"
DEFAULT=
"0"
/>
...
...
@@ -590,6 +590,7 @@
<KEY
NAME=
"primary"
TYPE=
"primary"
FIELDS=
"id"
/>
<KEY
NAME=
"ownerfk"
TYPE=
"foreign"
FIELDS=
"owner"
REFTABLE=
"usr"
REFFIELDS=
"id"
/>
<KEY
NAME=
"templatefk"
TYPE=
"foreign"
FIELDS=
"template"
REFTABLE=
"template"
REFFIELDS=
"id"
/>
<KEY
NAME=
"submittedtofk"
TYPE=
"foreign"
FIELDS=
"submittedto"
REFTABLE=
"community"
REFFIELDS=
"id"
/>
</KEYS>
</TABLE>
<TABLE
NAME=
"view_artefact"
>
...
...
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