[openstreetmap-website] Removing 'active' column breaks osmosis (#40)

denispeplin reply+i-4019325-ac5db37c50c48c848d5a26e7042d3b3a030039fa-1419053 at reply.github.com
Sun Apr 8 04:41:13 BST 2012


```
osmosis --read-xml-0.6 file="RU-VGG.osm.bz2" --write-apidb-0.6 populateCurrentTables=yes host="localhost" database="openstreetmap" user="openstreetmap" password="openstreetmap" validateSchemaVersion=no
```

outputs error:

```
...
SEVERE: Thread for task 1-read-xml-0.6 failed
...
Caused by: org.postgresql.util.PSQLException: ERROR: column "active" of relation "users" does not exist
...
```

The reason is migration from 051_add_status_to_user.rb

--- 
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/issues/40



More information about the rails-dev mailing list