miyurud/jasminegraph

Missing Model Status Table

miyurud opened this issue · 2 comments

Even though in the Frontend the model status table is referred it has not been created. @DamithaSenevirathne Can you please check this and send a fix? See

I encounter the same issue in the

bool JasmineGraphFrontEnd::modelExists(string path, SQLiteDBInterface sqlite)

which expect to have model_status_idmodel_status column in the model DB
in here
image

But I think it's missing the the DB file jasminegraph/metadb/jasminegraph_meta.db

@DamithaSenevirathne Still we do not have the model_status table in the metadb. Can you please check?