1
0
Fork 0

Revert "temporary disable upgrade for views (#9083)"

This reverts commit b459a85498.
This commit is contained in:
Frank Celler 2019-05-23 15:20:09 +02:00
parent b459a85498
commit fdbaeec732
1 changed files with 0 additions and 6 deletions

View File

@ -250,12 +250,6 @@ struct IResearchView::ViewFactory : public arangodb::ViewFactory {
? (databaseFeature->upgrade() || databaseFeature->checkVersion()) ? (databaseFeature->upgrade() || databaseFeature->checkVersion())
: false; : false;
if (inUpgrade) {
LOG_TOPIC("3541e", FATAL, arangodb::iresearch::TOPIC)
<< "Upgrading views is not supported in 3.5RC2, please drop all the existing views and manually recreate them after the upgrade is complete";
FATAL_ERROR_EXIT();
}
std::string error; std::string error;
IResearchViewMeta meta; IResearchViewMeta meta;
IResearchViewMetaState metaState; IResearchViewMetaState metaState;