]> git.localhorst.tv Git - alttp.git/blobdiff - database/migrations/2023_03_01_143514_channel_twitch_chat.php
first simple twitch commands
[alttp.git] / database / migrations / 2023_03_01_143514_channel_twitch_chat.php
index b9d39018770f6ae1437313d50b27304ed893dbce..64290634f9750457cfcaa31f934cf583ad175762 100644 (file)
@@ -25,7 +25,7 @@ return new class extends Migration
         */
        public function down()
        {
-               Schema::table('events', function(Blueprint $table) {
+               Schema::table('channels', function(Blueprint $table) {
                        $table->dropColumn('twitch_chat');
                });
        }