Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
LOHROthek Backend
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Radio LOHRO
LOHROthek
LOHROthek Backend
Commits
683654fc
Commit
683654fc
authored
4 years ago
by
Matthias Prellwitz
Browse files
Options
Downloads
Patches
Plain Diff
migration file for
c2f715ab
ref
#178
meta ordering of broadcast series rule model
parent
c2f715ab
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Pipeline
#2553
passed
4 years ago
Stage: test
Stage: build
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
program/migrations/0062_auto_20200805_1639.py
+17
-0
17 additions, 0 deletions
program/migrations/0062_auto_20200805_1639.py
with
17 additions
and
0 deletions
program/migrations/0062_auto_20200805_1639.py
0 → 100644
+
17
−
0
View file @
683654fc
# Generated by Django 2.2.14 on 2020-08-05 14:39
from
django.db
import
migrations
class
Migration
(
migrations
.
Migration
):
dependencies
=
[
(
'
program
'
,
'
0061_auto_20200805_1414
'
),
]
operations
=
[
migrations
.
AlterModelOptions
(
name
=
'
broadcastseriesrule
'
,
options
=
{
'
ordering
'
:
[
'
broadcastseries
'
,
'
start_time
'
,
'
rule_start_date
'
],
'
verbose_name
'
:
'
Sendereihe Regel
'
},
),
]
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