Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
FAST
project
fast-project-list
Commits
26258ded
Commit
26258ded
authored
Jul 13, 2021
by
Mirko Vucicevich
Browse files
patch migration
parent
a57ccbe8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
projector/migrations/0044_auto_20210712_1040.py
projector/migrations/0044_auto_20210712_1040.py
+4
-1
No files found.
projector/migrations/0044_auto_20210712_1040.py
View file @
26258ded
...
...
@@ -17,7 +17,10 @@ def move_to_notices(apps, schema):
content
=
notice
.
content
,
active_end
=
notice
.
expires_on
)
notice
.
delete
()
try
:
notice
.
delete
()
except
:
pass
def
undo_move_to_notices
(
apps
,
schema
):
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment