more apps
This commit is contained in:
17
astrobasis/migrations/0039_remove_allwise_image_url.py
Normal file
17
astrobasis/migrations/0039_remove_allwise_image_url.py
Normal file
@@ -0,0 +1,17 @@
|
||||
# Generated by Django 3.0.8 on 2020-08-04 06:49
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('astrobasis', '0038_allwise'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.RemoveField(
|
||||
model_name='allwise',
|
||||
name='image_url',
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user