Message regarding an empty result set for databasechangeloglock

Hello 

Since i’ve changed from 1.9.5 to 2.0.x I get the following error when i try to sync a new database

Greg

Hello Nathan


yes , databasechangeloglock is empty, 

if i add a dummy record, the error is  not raised.


the table is created by our standard tables setup … and is still in 1.9 format (does it change between 1.9 and 2.0 ?)




Greg

It means that there is a databasechangeloglock table, but no data in it.  If you drop the table it should be recreated with the expected row in it.  I’m not sure why it wasn’t populated correctly.  if you select * from databasechangeloglock there are now rows, correct?


Nathan