[extensions-web/wip/api/v1: 45/45] extensions: add missing dependency to migration
- From: Yuri Konotopov <ykonotopov src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [extensions-web/wip/api/v1: 45/45] extensions: add missing dependency to migration
- Date: Sun, 16 Jan 2022 11:27:30 +0000 (UTC)
commit 80b73cd63b4c5f648debe857ebc3e1bba0c19588
Author: Daniel Landau <daniel landau fi>
Date: Sun Apr 11 23:09:51 2021 +0300
extensions: add missing dependency to migration
sweettooth/extensions/migrations/0013_extension_rating.py | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/sweettooth/extensions/migrations/0013_extension_rating.py
b/sweettooth/extensions/migrations/0013_extension_rating.py
index a980aa6..25601c7 100644
--- a/sweettooth/extensions/migrations/0013_extension_rating.py
+++ b/sweettooth/extensions/migrations/0013_extension_rating.py
@@ -42,6 +42,7 @@ def revert_data(apps, schema_editor):
class Migration(migrations.Migration):
dependencies = [
('extensions', '0012_extension_recommended'),
+ ('ratings', '0001_initial'),
]
operations = [
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]