From 539a0b268f35cf7b86ac45b0658138bc2c48aab3 Mon Sep 17 00:00:00 2001 From: Venix <30481900+venix12@users.noreply.github.com> Date: Wed, 22 Jan 2025 21:55:47 +0100 Subject: [PATCH] missing licence header --- ...1_21_134746_add_unique_index_to_room_id_on_season_rooms.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/database/migrations/2025_01_21_134746_add_unique_index_to_room_id_on_season_rooms.php b/database/migrations/2025_01_21_134746_add_unique_index_to_room_id_on_season_rooms.php index 8a6dc9e10a5..7451783f329 100644 --- a/database/migrations/2025_01_21_134746_add_unique_index_to_room_id_on_season_rooms.php +++ b/database/migrations/2025_01_21_134746_add_unique_index_to_room_id_on_season_rooms.php @@ -1,5 +1,8 @@ . Licensed under the GNU Affero General Public License v3.0. +// See the LICENCE file in the repository root for full licence text. + use Illuminate\Database\Migrations\Migration; use Illuminate\Database\Schema\Blueprint; use Illuminate\Support\Facades\Schema;