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
558d4d74
Commit
558d4d74
authored
Jul 28, 2007
by
Nigel McNie
Browse files
Changed the email column to be a varchar for MySQL (and to match artefact_internal_profile_email)
parent
8e5d1696
Changes
1
Show whitespace changes
Inline
Side-by-side
htdocs/lib/db/install.xml
View file @
558d4d74
...
...
@@ -96,7 +96,7 @@
<FIELD
NAME=
"lastname"
TYPE=
"text"
NOTNULL=
"false"
/>
<FIELD
NAME=
"studentid"
TYPE=
"text"
NOTNULL=
"false"
/>
<FIELD
NAME=
"preferredname"
TYPE=
"text"
NOTNULL=
"false"
/>
<FIELD
NAME=
"email"
TYPE=
"
text
"
NOTNULL=
"
fals
e"
/>
<FIELD
NAME=
"email"
TYPE=
"
char"
LENGTH=
"255
"
NOTNULL=
"
tru
e"
/>
<!-- This field should be foreign keyed to the artefact table, however the
artefact table already has a key to this table, and XMLDB isn't smart enough
to create the tables first, then the 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