Skip to content
GitLab
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
57f93c81
Commit
57f93c81
authored
Nov 01, 2006
by
Penny Leach
Browse files
primary is not a happy column name. renamed to principal
(artefact_internal_profile_email)
parent
341969dc
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/artefact/internal/db/install.xml
View file @
57f93c81
...
...
@@ -20,7 +20,7 @@
<FIELD
NAME=
"user"
TYPE=
"int"
LENGTH=
"10"
NOTNULL=
"true"
/>
<FIELD
NAME=
"email"
TYPE=
"text"
NOTNULL=
"true"
/>
<FIELD
NAME=
"verified"
TYPE=
"int"
LENGTH=
"1"
NOTNULL=
"true"
DEFAULT=
"0"
/>
<FIELD
NAME=
"pri
mary
"
TYPE=
"int"
LENGTH=
"1"
NOTNULL=
"true"
DEFAULT=
"0"
/>
<FIELD
NAME=
"pri
ncipal
"
TYPE=
"int"
LENGTH=
"1"
NOTNULL=
"true"
DEFAULT=
"0"
/>
</FIELDS>
<KEYS>
<KEY
NAME=
"primary"
TYPE=
"primary"
FIELDS=
"user,email"
/>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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