Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
mahara
mahara
Commits
54a5e53e
Commit
54a5e53e
authored
Jun 20, 2008
by
Nigel McNie
Committed by
Nigel McNie
Jun 20, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated install.xml with schema changes for group rework.
parent
7f7b6f47
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
htdocs/lib/db/install.xml
htdocs/lib/db/install.xml
+2
-3
No files found.
htdocs/lib/db/install.xml
View file @
54a5e53e
...
...
@@ -269,8 +269,8 @@
<FIELD
NAME=
"id"
TYPE=
"int"
LENGTH=
"10"
NOTNULL=
"true"
SEQUENCE=
"true"
/>
<FIELD
NAME=
"name"
TYPE=
"char"
LENGTH=
"128"
NOTNULL=
"true"
/>
<FIELD
NAME=
"description"
TYPE=
"text"
NOTNULL=
"false"
/>
<FIELD
NAME=
"grouptype"
TYPE=
"char"
LENGTH=
"20"
NOTNULL=
"true"
/>
<FIELD
NAME=
"jointype"
TYPE=
"char"
LENGTH=
"20"
NOTNULL=
"true"
ENUM=
"true"
ENUMVALUES=
"'controlled', 'invite', 'request', 'open'"
DEFAULT=
"open"
/>
<FIELD
NAME=
"owner"
TYPE=
"int"
LENGTH=
"10"
NOTNULL=
"true"
/>
<FIELD
NAME=
"ctime"
TYPE=
"datetime"
NOTNULL=
"true"
/>
<FIELD
NAME=
"mtime"
TYPE=
"datetime"
NOTNULL=
"true"
/>
<FIELD
NAME=
"deleted"
TYPE=
"int"
LENGTH=
"1"
NOTNULL=
"true"
DEFAULT=
"0"
/>
...
...
@@ -278,15 +278,14 @@
<KEYS>
<KEY
NAME=
"primary"
TYPE=
"primary"
FIELDS=
"id"
/>
<KEY
NAME=
"nameuk"
TYPE=
"unique"
FIELDS=
"name"
/>
<KEY
NAME=
"ownerfk"
TYPE=
"foreign"
FIELDS=
"owner"
REFTABLE=
"usr"
REFFIELDS=
"id"
/>
</KEYS>
</TABLE>
<TABLE
NAME=
"group_member"
>
<FIELDS>
<FIELD
NAME=
"group"
TYPE=
"int"
LENGTH=
"10"
NOTNULL=
"true"
/>
<FIELD
NAME=
"member"
TYPE=
"int"
LENGTH=
"10"
NOTNULL=
"true"
/>
<FIELD
NAME=
"role"
TYPE=
"text"
NOTNULL=
"true"
/>
<FIELD
NAME=
"ctime"
TYPE=
"datetime"
NOTNULL=
"true"
/>
<FIELD
NAME=
"tutor"
TYPE=
"int"
LENGTH=
"1"
NOTNULL=
"true"
DEFAULT=
"0"
/>
</FIELDS>
<KEYS>
<KEY
NAME=
"primary"
TYPE=
"primary"
FIELDS=
"group,member"
/>
...
...
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