Topic: Were there any changes to the Database Schema this month?
I am running a Replication of the mbzdb I went to do an update on my database and I got this error.
Unknown column 'cover_art_presence'
SQL: 'INSERT INTO `release_meta` (`amazon_asin`,`info_url`,`date_added`,`cover_art_presence`,`amazon_store`,`id`) values (NULL,NULL,'2012-01-12 21:38:15.604328+00','absent',NULL,'1112267')'
if I look at http://musicbrainz.org/doc/Database_Schema I don't even have a release_meta database. If I look at my Schema I have a release_meta table, but no cover_art_presence column.
was there an update to the Database?
can someone check there database and let me know if I am missing a cover_art_presence column? If so what is the structure?