X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/1f8bf07464804e456d58e6c30238e79d6191b17d..457d66eb5b5b390257e318dd8258228db4de5b92:/db/README diff --git a/db/README b/db/README index 73d391948..e3e210a43 100644 --- a/db/README +++ b/db/README @@ -25,12 +25,8 @@ $ mysql -u -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