Преглед изворни кода

renaming table ProximoSemestre

dmr1725 пре 3 година
родитељ
комит
412f302287

+ 17
- 0
server/CompanionApp/migrations/0013_auto_20201207_1056.py Прегледај датотеку

@@ -0,0 +1,17 @@
1
+# Generated by Django 3.0.8 on 2020-12-07 14:56
2
+
3
+from django.db import migrations
4
+
5
+
6
+class Migration(migrations.Migration):
7
+
8
+    dependencies = [
9
+        ('CompanionApp', '0012_proxiosemestre'),
10
+    ]
11
+
12
+    operations = [
13
+        migrations.RenameModel(
14
+            old_name='ProxioSemestre',
15
+            new_name='ProximoSemestre',
16
+        ),
17
+    ]

BIN
server/CompanionApp/migrations/__pycache__/0013_auto_20201207_1056.cpython-38.pyc Прегледај датотеку