[extensions-web/wip/api/v1: 18/19] REBASEME: missing migration for extensionversion.created
- From: Yuri Konotopov <ykonotopov src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [extensions-web/wip/api/v1: 18/19] REBASEME: missing migration for extensionversion.created
- Date: Sun, 20 Dec 2020 14:26:11 +0000 (UTC)
commit a550c18902d3026684663c0a5add943304b0bd45
Author: Yuri Konotopov <ykonotopov gnome org>
Date: Sun Nov 22 12:40:18 2020 +0400
REBASEME: missing migration for extensionversion.created
.../extensions/migrations/0010_auto_20200526_2251.py | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
---
diff --git a/sweettooth/extensions/migrations/0010_auto_20200526_2251.py
b/sweettooth/extensions/migrations/0010_auto_20200526_2251.py
new file mode 100644
index 00000000..89ba8104
--- /dev/null
+++ b/sweettooth/extensions/migrations/0010_auto_20200526_2251.py
@@ -0,0 +1,18 @@
+# Generated by Django 2.2.12 on 2020-05-26 22:51
+
+from django.db import migrations, models
+
+
+class Migration(migrations.Migration):
+
+ dependencies = [
+ ('extensions', '0009_extension_recommended'),
+ ]
+
+ operations = [
+ migrations.AlterField(
+ model_name='extensionversion',
+ name='created',
+ field=models.DateTimeField(auto_now_add=True, null=True),
+ ),
+ ]
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]