you can bypass the migration with the following commands:
Code:
calibre-debug -c "from calibre.library.database2 import LibraryDatabase2; db = LibraryDatabase2(r'c:\path\to\library\folder'); "
calibre-debug -c "from calibre.utils.config import prefs; prefs['library_path'] = r'c:\same\path\as\before'"