Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
compendium-v2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
geant-swd
compendium-v2
Merge requests
!83
Feature/comp 284 old db publisher
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Feature/comp 284 old db publisher
feature/COMP-284_old_db_publisher
into
develop
Overview
0
Commits
4
Pipelines
0
Changes
2
Merged
Remco Tukker
requested to merge
feature/COMP-284_old_db_publisher
into
develop
1 year ago
Overview
0
Commits
4
Pipelines
0
Changes
2
Expand
complete de old db publisher
result manually tested
Edited
1 year ago
by
Remco Tukker
0
0
Merge request reports
Viewing commit
1c3f8a2b
Prev
Next
Show latest version
2 files
+
45
−
1
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
1c3f8a2b
fix typo in table name
· 1c3f8a2b
Remco Tukker
authored
1 year ago
compendium_v2/db/presentation_models.py
+
1
−
1
Options
@@ -207,7 +207,7 @@ class Standards(db.Model):
@@ -207,7 +207,7 @@ class Standards(db.Model):
class
CrisisExercises
(
db
.
Model
):
class
CrisisExercises
(
db
.
Model
):
__tablename__
=
'
crisis_ex
c
ercises
'
__tablename__
=
'
crisis_exercises
'
nren_id
:
Mapped
[
int_pk_fkNREN
]
nren_id
:
Mapped
[
int_pk_fkNREN
]
nren
:
Mapped
[
NREN
]
=
relationship
(
lazy
=
'
joined
'
)
nren
:
Mapped
[
NREN
]
=
relationship
(
lazy
=
'
joined
'
)
year
:
Mapped
[
int_pk
]
year
:
Mapped
[
int_pk
]
Loading