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
45001cf8
Commit
45001cf8
authored
Nov 09, 2006
by
Nigel McNie
Committed by
Nigel McNie
Nov 09, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added a bunch of fields to the registration table to hold registration
data.
parent
f88525dd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
1 deletion
+10
-1
htdocs/lib/db/install.xml
htdocs/lib/db/install.xml
+10
-1
No files found.
htdocs/lib/db/install.xml
View file @
45001cf8
...
...
@@ -441,10 +441,19 @@
<TABLE
NAME=
"usr_registration"
>
<FIELDS>
<FIELD
NAME=
"id"
TYPE=
"int"
LENGTH=
"10"
SEQUENCE=
"true"
NOTNULL=
"true"
/>
<FIELD
NAME=
"email"
TYPE=
"text"
NOTNULL=
"true"
/>
<FIELD
NAME=
"username"
TYPE=
"char"
LENGTH=
"30"
NOTNULL=
"true"
/>
<FIELD
NAME=
"password"
TYPE=
"char"
LENGTH=
"40"
NOTNULL=
"true"
/>
<FIELD
NAME=
"institution"
TYPE=
"char"
LENGTH=
"255"
NOTNULL=
"true"
/>
<FIELD
NAME=
"salt"
TYPE=
"char"
LENGTH=
"8"
NOTNULL=
"true"
/>
<FIELD
NAME=
"firstname"
TYPE=
"text"
NOTNULL=
"true"
/>
<FIELD
NAME=
"lastname"
TYPE=
"text"
NOTNULL=
"true"
/>
<FIELD
NAME=
"email"
TYPE=
"text"
NOTNULL=
"true"
/>
<FIELD
NAME=
"regkey"
TYPE=
"char"
LENGTH=
"16"
NOTNULL=
"true"
/>
<FIELD
NAME=
"timeregistered"
TYPE=
"datetime"
NOTNULL=
"true"
/>
</FIELDS>
<KEYS>
<KEY
NAME=
"primary"
TYPE=
"primary"
FIELDS=
"id"
/>
<KEY
NAME=
"institution"
TYPE=
"foreign"
FIELDS=
"institution"
REFTABLE=
"institution"
REFFIELDS=
"name"
/>
</KEYS>
</TABLE>
<TABLE
NAME=
"usr_password_request"
>
...
...
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