]> git.openstreetmap.org Git - rails.git/blobdiff - db/README
Removed unused HTTP status code definitions - we now use the Rails ones.
[rails.git] / db / README
index 73d39194873827851dcfc3a3fb672d776651aee2..e3e210a43c440b4e90e7d188e92c7475bb7984c4 100644 (file)
--- a/db/README
+++ b/db/README
@@ -25,12 +25,8 @@ $ mysql -u <uid> -p
 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