ソースを参照

renaming table ProximoSemestre

dmr1725 3 年 前
コミット
412f302287
共有2 個のファイルを変更した17 個の追加0 個の削除を含む
  1. 17
    0
      server/CompanionApp/migrations/0013_auto_20201207_1056.py
  2. バイナリ
      server/CompanionApp/migrations/__pycache__/0013_auto_20201207_1056.cpython-38.pyc

+ 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
+    ]

バイナリ
server/CompanionApp/migrations/__pycache__/0013_auto_20201207_1056.cpython-38.pyc ファイルの表示