Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@171 f5dc347c-c33d-0410-90a0-b07cc1902cb9
  • Loading branch information
prescience committed Feb 8, 2001
1 parent 001941a commit 9b6fc7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions database.php3
Expand Up @@ -27,8 +27,8 @@ p { font-family:Verdana, Arial; font-size=10pt }
This is a basic view of the database schema used in Mantis. In my defense it was my first try at a decently sized project and the project has grown out of its original design. It should and will be re-normalized 'soon'. The schemas are a bit rough right now. I should add indicators for index, primary keys, 'foreign keys' (mysql doesn't support these, you have to fake them), unique fields, and relationships (1 to 1, 1 to many, etc).
<p>
<ul>
<li><a href="mantis-0.14.0.gif">version 0.14.1</a> <? echo round(filesize("mantis-0.14.0.gif") / 1024) ?>KB
<li><a href="mantis-0.13.0.gif">version 0.9.0 to 0.13.1</a> <? echo round(filesize("mantis-0.13.0.gif") / 1024) ?>KB
<li><a href="images/mantis-0.14.0.gif">version 0.14.1</a> <? echo round(filesize("images/mantis-0.14.0.gif") / 1024) ?>KB
<li><a href="images/mantis-0.13.0.gif">version 0.9.0 to 0.13.1</a> <? echo round(filesize("images/mantis-0.13.0.gif") / 1024) ?>KB
</ul>
<p>
Any database experts who'd like to offer their insights can email me.
Expand Down

0 comments on commit 9b6fc7f

Please sign in to comment.