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
ef9d1b0f
Commit
ef9d1b0f
authored
Jan 28, 2008
by
Nigel McNie
Browse files
Remove foreign key for the institution field on the usr table, which was making installation break.
parent
d3e9f5a8
Changes
1
Show whitespace changes
Inline
Side-by-side
htdocs/lib/db/install.xml
View file @
ef9d1b0f
...
...
@@ -92,7 +92,6 @@
</FIELDS>
<KEYS>
<KEY
NAME=
"primary"
TYPE=
"primary"
FIELDS=
"id"
/>
<KEY
NAME=
"institution"
TYPE=
"foreign"
FIELDS=
"institution"
REFTABLE=
"institution"
REFFIELDS=
"name"
/>
<KEY
NAME=
"lastauthinstancefk"
TYPE=
"foreign"
FIELDS=
"lastauthinstance"
REFTABLE=
"auth_instance"
REFFIELDS=
"id"
/>
<KEY
NAME=
"authinstancefk"
TYPE=
"foreign"
FIELDS=
"authinstance"
REFTABLE=
"auth_instance"
REFFIELDS=
"id"
/>
</KEYS>
...
...
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