diff --git a/lib/Migration/Version0007Date202211111100.php b/lib/Migration/Version0007Date202211111100.php new file mode 100644 index 0000000..9a14286 --- /dev/null +++ b/lib/Migration/Version0007Date202211111100.php @@ -0,0 +1,23 @@ +getTable('gpodder_subscriptions'); + $table->dropIndex('subscriptions_url_user'); + $table->addUniqueIndex(['url', "user_id"], 'subscriptions_url_user', [ + 'lengths' => [ 500, 200 ] + ]); + + return $schema; + } +} \ No newline at end of file