Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
feudal
feudalBackend
Commits
7c7477e9
Commit
7c7477e9
authored
Apr 07, 2020
by
lukas.burgey
Browse files
Merge branch 'dev'
parents
2f892bc2
78a612b9
Pipeline
#81274
passed with stage
in 1 minute and 18 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
feudal/backend/migrations/0015_delete_rabbitmqinstance.py
0 → 100644
View file @
7c7477e9
# Generated by Django 3.0.3 on 2020-04-07 12:45
from
django.db
import
migrations
class
Migration
(
migrations
.
Migration
):
dependencies
=
[
(
'backend'
,
'0014_auto_20200213_1129'
),
]
operations
=
[
migrations
.
DeleteModel
(
name
=
'RabbitMQInstance'
,
),
]
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