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
9bd8f033
Commit
9bd8f033
authored
Oct 31, 2006
by
Richard Mansfield
Browse files
muser field in site_contents can be null
parent
845eaf71
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/lib/db/install.xml
View file @
9bd8f033
...
...
@@ -573,7 +573,7 @@
<FIELD
NAME=
"content"
TYPE=
"text"
NOTNULL=
"true"
/>
<FIELD
NAME=
"ctime"
TYPE=
"datetime"
NOTNOT=
"true"
/>
<FIELD
NAME=
"mtime"
TYPE=
"datetime"
NOTNULL=
"true"
/>
<FIELD
NAME=
"mauthor"
TYPE=
"int"
LENGTH=
"10"
NOTNULL=
"
tru
e"
/>
<FIELD
NAME=
"mauthor"
TYPE=
"int"
LENGTH=
"10"
NOTNULL=
"
fals
e"
/>
</FIELDS>
<KEYS>
<KEY
NAME=
"primary"
TYPE=
"primary"
FIELDS=
"name"
/>
...
...
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