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
7e56b6d0
Commit
7e56b6d0
authored
Dec 19, 2006
by
Richard Mansfield
Browse files
Comment out artefact_blog_blogpost_file_pending
parent
b08482cc
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/artefact/blog/db/install.xml
View file @
7e56b6d0
...
...
@@ -57,7 +57,11 @@
This table only keeps track of files that are specifically uploaded for a
blog post, not ones that have been uploaded already some other way, that
the user wants to associate with a blog post. -->
the user wants to associate with a blog post.
Hopefully this table is unnecessary; we just store all temporary
stuff in the javascript.
<TABLE NAME="artefact_blog_blogpost_file_pending">
<FIELDS>
<FIELD NAME="file" TYPE="int" LENGTH="10" NOTNULL="true" />
...
...
@@ -69,5 +73,6 @@
<KEY NAME="filefk" TYPE="foreign" FIELDS="file" REFTABLE="artefact" REFFIELDS="id" />
</KEYS>
</TABLE>
-->
</TABLES>
</XMLDB>
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