Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
steering
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
Container Registry
Model registry
Operate
Environments
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
AURA
steering
Commits
292d0ffd
Verified
Commit
292d0ffd
authored
1 year ago
by
Ernesto Rico Schmidt
Browse files
Options
Downloads
Patches
Plain Diff
Revert "Delete and re-add Category.subtittle"
This reverts commit
18dd866f
.
parent
18dd866f
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
program/migrations/0057_alter_category_subtitle.py
+17
-0
17 additions, 0 deletions
program/migrations/0057_alter_category_subtitle.py
program/migrations/0057_remove_category_subtitle.py
+0
-17
0 additions, 17 deletions
program/migrations/0057_remove_category_subtitle.py
with
17 additions
and
17 deletions
program/migrations/005
8
_category_subtitle.py
→
program/migrations/005
7_alter
_category_subtitle.py
+
17
−
0
View file @
292d0ffd
# Generated by Django 3.2.18 on 2023-04-18 2
1:51
# Generated by Django 3.2.18 on 2023-04-18 2
0:39
from
django.db
import
migrations
,
models
class
Migration
(
migrations
.
Migration
):
dependencies
=
[
(
'
program
'
,
'
005
7_remove_category_subtitle
'
),
(
"
program
"
,
"
005
6_auto_20230418_2229
"
),
]
operations
=
[
migrations
.
A
dd
Field
(
model_name
=
'
category
'
,
name
=
'
subtitle
'
,
field
=
models
.
CharField
(
blank
=
True
,
default
=
''
,
max_length
=
32
),
migrations
.
A
lter
Field
(
model_name
=
"
category
"
,
name
=
"
subtitle
"
,
field
=
models
.
CharField
(
blank
=
True
,
default
=
""
,
max_length
=
32
),
),
]
This diff is collapsed.
Click to expand it.
program/migrations/0057_remove_category_subtitle.py
deleted
100644 → 0
+
0
−
17
View file @
18dd866f
# Generated by Django 3.2.18 on 2023-04-18 21:51
from
django.db
import
migrations
class
Migration
(
migrations
.
Migration
):
dependencies
=
[
(
'
program
'
,
'
0056_auto_20230418_2229
'
),
]
operations
=
[
migrations
.
RemoveField
(
model_name
=
'
category
'
,
name
=
'
subtitle
'
,
),
]
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