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
42d50fbf
Commit
42d50fbf
authored
Dec 18, 2007
by
Richard Mansfield
Browse files
Institution default membership period is nullable
parent
c9a00d06
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/lib/db/install.xml
View file @
42d50fbf
...
...
@@ -29,7 +29,7 @@
<FIELD
NAME=
"registerallowed"
TYPE=
"int"
LENGTH=
"1"
NOTNULL=
"true"
DEFAULT=
"1"
/>
<FIELD
NAME=
"updateuserinfoonlogin"
TYPE=
"int"
LENGTH=
"1"
NOTNULL=
"false"
DEFAULT=
"0"
/>
<FIELD
NAME=
"theme"
TYPE=
"char"
LENGTH=
"255"
NOTNULL=
"false"
/>
<FIELD
NAME=
"defaultmembershipperiod"
TYPE=
"int"
NOTNULL=
"
true"
DEFAULT=
"0"
/>
<FIELD
NAME=
"defaultmembershipperiod"
TYPE=
"int"
NOTNULL=
"
false"
/>
<FIELD
NAME=
"maxuseraccounts"
TYPE=
"int"
NOTNULL=
"false"
/>
</FIELDS>
<KEYS>
...
...
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