Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Backend
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Arkindex
Backend
Merge requests
!2289
Remove EntityRole and EntityLink models
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Remove EntityRole and EntityLink models
no-entity-role-link
into
master
Overview
0
Commits
1
Pipelines
0
Changes
26
Merged
ml bonhomme
requested to merge
no-entity-role-link
into
master
11 months ago
Overview
0
Commits
1
Pipelines
0
Changes
2
Expand
closes
#1723 (closed)
0
0
Merge request reports
Compare
version 2
version 3
c0239b5b
11 months ago
version 2
7a65b468
11 months ago
version 1
02a8f4f3
11 months ago
master (base)
and
version 3
latest version
0ab24751
1 commit,
11 months ago
version 3
c0239b5b
1 commit,
11 months ago
version 2
7a65b468
1 commit,
11 months ago
version 1
02a8f4f3
1 commit,
11 months ago
Show latest version
2 files
+
2
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
arkindex/documents/management/commands/load_export.py
+
1
−
1
Options
@@ -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