Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
atdb-ldv
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
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
Code review analytics
Issue analytics
Insights
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
ASTRON SDC
atdb-ldv
Commits
10a3e406
Commit
10a3e406
authored
11 months ago
by
Nico Vermaas
Browse files
Options
Downloads
Patches
Plain Diff
add migration file
parent
0cdf31b2
No related branches found
Branches containing commit
No related tags found
1 merge request
!350
SDC-1313 ancillary dataproducts to dcache (ATDB side)
Pipeline
#77787
passed
11 months ago
Stage: test
Stage: build
Stage: deploy_to_test
Stage: deploy_to_production
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
atdb/taskdatabase/migrations/0045_activity_is_processed.py
+18
-0
18 additions, 0 deletions
atdb/taskdatabase/migrations/0045_activity_is_processed.py
with
18 additions
and
0 deletions
atdb/taskdatabase/migrations/0045_activity_is_processed.py
0 → 100644
+
18
−
0
View file @
10a3e406
# Generated by Django 5.0 on 2024-04-02 07:29
from
django.db
import
migrations
,
models
class
Migration
(
migrations
.
Migration
):
dependencies
=
[
(
'
taskdatabase
'
,
'
0044_alter_job_type
'
),
]
operations
=
[
migrations
.
AddField
(
model_name
=
'
activity
'
,
name
=
'
is_processed
'
,
field
=
models
.
BooleanField
(
default
=
False
),
),
]
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment