From: Daniel Karbach Date: Tue, 7 May 2024 13:08:41 +0000 (+0200) Subject: merge old twitch zelda category into new X-Git-Url: https://git.localhorst.tv/?a=commitdiff_plain;ds=sidebyside;h=da5cc01782f2247feb08a3c2117dbe933ba7924f;hp=f0f4a7472a25ed7c45ed59aa205c78fa555d7f14;p=alttp.git merge old twitch zelda category into new --- diff --git a/database/migrations/2024_05_07_130124_replace_old_zelda_twitch_id.php b/database/migrations/2024_05_07_130124_replace_old_zelda_twitch_id.php new file mode 100644 index 0000000..eccd696 --- /dev/null +++ b/database/migrations/2024_05_07_130124_replace_old_zelda_twitch_id.php @@ -0,0 +1,26 @@ +where('twitch_category', '=', '899559811') + ->update(['twitch_category' => '9435']); + } + + /** + * Reverse the migrations. + */ + public function down(): void + { + // + } +};