From abf5863f329b0a54335b07132fec12aef8c2817b Mon Sep 17 00:00:00 2001 From: Fabian Braun Date: Tue, 24 Dec 2024 12:07:44 +0100 Subject: [PATCH] Fix: Wrong migration reference --- djangocms_video/migrations/0012_hlsstreamsource.py | 1 - 1 file changed, 1 deletion(-) diff --git a/djangocms_video/migrations/0012_hlsstreamsource.py b/djangocms_video/migrations/0012_hlsstreamsource.py index 80b579f..e9abdfa 100644 --- a/djangocms_video/migrations/0012_hlsstreamsource.py +++ b/djangocms_video/migrations/0012_hlsstreamsource.py @@ -7,7 +7,6 @@ class Migration(migrations.Migration): dependencies = [ - ('cms', '0035_auto_20230822_2208_squashed_0036_auto_20240311_1028'), ('djangocms_video', '0011_alter_videoplayer_cmsplugin_ptr_and_more'), ]