<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Maarten Deen wrote:
<blockquote cite="mid:493EADE3.9040508@xs4all.nl" type="cite">
<pre wrap="">Shaun McDonald wrote:
</pre>
<blockquote type="cite">
<pre wrap="">For MySQL, you can setup rails api06 branch, and run rake db:migrate.
</pre>
</blockquote>
<pre wrap=""><!---->
And to comment on rails_port_branches/api06/db/migrate/001_create_osm_db.rb in
svn: I thought the tags on nodes were put in a separate table? At least that's
what I I understand from the 0.6 wiki page.
But the ruby script still makes a node table with a tags column and there is no
node_tags.
</pre>
</blockquote>
The migrations run through the full history of how the database used to
be structured.<br>
<br>
I have uploaded the current structure to: <br>
<a class="moz-txt-link-freetext" href="http://dev.openstreetmap.org/~shaunmcdonald/development_structure.23.sql">http://dev.openstreetmap.org/~shaunmcdonald/development_structure.23.sql</a><br>
There are more foreign key constraints due to be added before 0.6 is
released.<br>
<br>
Shaun<br>
<br>
</body>
</html>