From 4cd3867966489894acf211b5ea4eaaa05e025f47 Mon Sep 17 00:00:00 2001 From: Kalle <38327916+Sendouc@users.noreply.github.com> Date: Thu, 22 Jan 2026 21:14:09 +0200 Subject: [PATCH] Fix migration order --- migrations/{115-custom-theme.js => 116-custom-theme.js} | 0 migrations/{116-friends-system.js => 117-friends-system.js} | 0 migrations/{116-tournament-tier.js => 118-tournament-tier.js} | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename migrations/{115-custom-theme.js => 116-custom-theme.js} (100%) rename migrations/{116-friends-system.js => 117-friends-system.js} (100%) rename migrations/{116-tournament-tier.js => 118-tournament-tier.js} (100%) diff --git a/migrations/115-custom-theme.js b/migrations/116-custom-theme.js similarity index 100% rename from migrations/115-custom-theme.js rename to migrations/116-custom-theme.js diff --git a/migrations/116-friends-system.js b/migrations/117-friends-system.js similarity index 100% rename from migrations/116-friends-system.js rename to migrations/117-friends-system.js diff --git a/migrations/116-tournament-tier.js b/migrations/118-tournament-tier.js similarity index 100% rename from migrations/116-tournament-tier.js rename to migrations/118-tournament-tier.js