Creating database skeleton tables
===================================
-$ mysql openstreetmap -u openstreetmap -p < db/create_database.sql
+Run this command from the root of your rails direcotry:
-New server patch (RAILS)
-==========================
-
-Run following command to prepare tables to be OSM RAILS distribution compatible:
-
-$ mysql openstreetmap -u openstreetmap -p < db/migrate.sql
+$ rake db:migrate
+This will create the db for you