From 92342f6d139fb8e7fe90ab347242346b0dbd8a08 Mon Sep 17 00:00:00 2001 From: thrillfall Date: Mon, 5 Jul 2021 10:22:29 +0200 Subject: [PATCH] fixup! parse EpisodeAction message from AntennaPod --- .../Version0003Date20210524131313.php | 20 ------------------- 1 file changed, 20 deletions(-) delete mode 100644 lib/Migration/Version0003Date20210524131313.php diff --git a/lib/Migration/Version0003Date20210524131313.php b/lib/Migration/Version0003Date20210524131313.php deleted file mode 100644 index 6c7419f..0000000 --- a/lib/Migration/Version0003Date20210524131313.php +++ /dev/null @@ -1,20 +0,0 @@ -dropTable('gpoddersync_subscriptions'); - $schema->dropTable('gpoddersync_episode_action'); - return $schema; - } -}