mirror of
https://github.com/th3r00t/pyShelf.git
synced 2026-04-28 01:59:35 -04:00
Migrations
This commit is contained in:
14
src/interface/migrations/0002_auto_20200101_0445.py
Normal file
14
src/interface/migrations/0002_auto_20200101_0445.py
Normal file
@@ -0,0 +1,14 @@
|
||||
# Generated by Django 2.2.7 on 2020-01-01 04:45
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
("interface", "0001_initial"),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterModelOptions(name="books", options={"managed": False},),
|
||||
]
|
||||
14
src/interface/migrations/0003_auto_20200101_0447.py
Normal file
14
src/interface/migrations/0003_auto_20200101_0447.py
Normal file
@@ -0,0 +1,14 @@
|
||||
# Generated by Django 2.2.7 on 2020-01-01 04:47
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
("interface", "0002_auto_20200101_0445"),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterModelOptions(name="books", options={},),
|
||||
]
|
||||
Reference in New Issue
Block a user