Skip to content
Snippets Groups Projects

Remove EntityRole and EntityLink models

Merged ml bonhomme requested to merge no-entity-role-link into master
Files
2
@@ -38,7 +38,7 @@ from arkindex.process.models import (
from arkindex.training.models import Dataset, DatasetElement, DatasetSet, Model
from arkindex.users.models import Role, User
EXPORT_VERSION = 8
EXPORT_VERSION = 9
TABLE_NAMES = {
"export_version",
Loading