mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-10 00:28:22 -05:00
storage backend reworked
This commit is contained in:
18
cookbook/migrations/0002_auto_20180525_1558.py
Normal file
18
cookbook/migrations/0002_auto_20180525_1558.py
Normal file
@@ -0,0 +1,18 @@
|
||||
# Generated by Django 2.0.5 on 2018-05-25 13:58
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('cookbook', '0001_initial'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.RenameField(
|
||||
model_name='synclog',
|
||||
old_name='monitor',
|
||||
new_name='sync',
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user