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
1679d6f3
Commit
1679d6f3
authored
Feb 13, 2008
by
Nigel McNie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
The unique index should be on the username column only now, rather than (username, authinstance)
parent
a145e83d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
htdocs/lib/db/install.xml
htdocs/lib/db/install.xml
+1
-1
No files found.
htdocs/lib/db/install.xml
View file @
1679d6f3
...
...
@@ -96,7 +96,7 @@
<KEY
NAME=
"authinstancefk"
TYPE=
"foreign"
FIELDS=
"authinstance"
REFTABLE=
"auth_instance"
REFFIELDS=
"id"
/>
</KEYS>
<INDEXES>
<INDEX
NAME=
"usernameuk"
UNIQUE=
"true"
FIELDS=
"username
,authinstance
"
/>
<INDEX
NAME=
"usernameuk"
UNIQUE=
"true"
FIELDS=
"username"
/>
</INDEXES>
</TABLE>
<TABLE
NAME=
"usr_institution"
>
...
...
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