From 39b9def76c93cb33c439d0bae9b968036cec2fa4 Mon Sep 17 00:00:00 2001 From: Sven Heidemann Date: Fri, 10 Nov 2023 13:28:54 +0100 Subject: [PATCH] Fixed versions #428 --- bot/src/bot_data/scripts/{0.1 => 0.1.0}/Initial_down.sql | 0 bot/src/bot_data/scripts/{0.1 => 0.1.0}/Initial_up.sql | 0 bot/src/bot_data/scripts/{0.3 => 0.3.0}/Api_down.sql | 0 bot/src/bot_data/scripts/{0.3 => 0.3.0}/Api_up.sql | 0 bot/src/bot_data/scripts/{0.3 => 0.3.0}/Level_down.sql | 0 bot/src/bot_data/scripts/{0.3 => 0.3.0}/Level_up.sql | 0 bot/src/bot_data/scripts/{0.3 => 0.3.0}/Stats_down.sql | 0 bot/src/bot_data/scripts/{0.3 => 0.3.0}/Stats_up.sql | 0 8 files changed, 0 insertions(+), 0 deletions(-) rename bot/src/bot_data/scripts/{0.1 => 0.1.0}/Initial_down.sql (100%) rename bot/src/bot_data/scripts/{0.1 => 0.1.0}/Initial_up.sql (100%) rename bot/src/bot_data/scripts/{0.3 => 0.3.0}/Api_down.sql (100%) rename bot/src/bot_data/scripts/{0.3 => 0.3.0}/Api_up.sql (100%) rename bot/src/bot_data/scripts/{0.3 => 0.3.0}/Level_down.sql (100%) rename bot/src/bot_data/scripts/{0.3 => 0.3.0}/Level_up.sql (100%) rename bot/src/bot_data/scripts/{0.3 => 0.3.0}/Stats_down.sql (100%) rename bot/src/bot_data/scripts/{0.3 => 0.3.0}/Stats_up.sql (100%) diff --git a/bot/src/bot_data/scripts/0.1/Initial_down.sql b/bot/src/bot_data/scripts/0.1.0/Initial_down.sql similarity index 100% rename from bot/src/bot_data/scripts/0.1/Initial_down.sql rename to bot/src/bot_data/scripts/0.1.0/Initial_down.sql diff --git a/bot/src/bot_data/scripts/0.1/Initial_up.sql b/bot/src/bot_data/scripts/0.1.0/Initial_up.sql similarity index 100% rename from bot/src/bot_data/scripts/0.1/Initial_up.sql rename to bot/src/bot_data/scripts/0.1.0/Initial_up.sql diff --git a/bot/src/bot_data/scripts/0.3/Api_down.sql b/bot/src/bot_data/scripts/0.3.0/Api_down.sql similarity index 100% rename from bot/src/bot_data/scripts/0.3/Api_down.sql rename to bot/src/bot_data/scripts/0.3.0/Api_down.sql diff --git a/bot/src/bot_data/scripts/0.3/Api_up.sql b/bot/src/bot_data/scripts/0.3.0/Api_up.sql similarity index 100% rename from bot/src/bot_data/scripts/0.3/Api_up.sql rename to bot/src/bot_data/scripts/0.3.0/Api_up.sql diff --git a/bot/src/bot_data/scripts/0.3/Level_down.sql b/bot/src/bot_data/scripts/0.3.0/Level_down.sql similarity index 100% rename from bot/src/bot_data/scripts/0.3/Level_down.sql rename to bot/src/bot_data/scripts/0.3.0/Level_down.sql diff --git a/bot/src/bot_data/scripts/0.3/Level_up.sql b/bot/src/bot_data/scripts/0.3.0/Level_up.sql similarity index 100% rename from bot/src/bot_data/scripts/0.3/Level_up.sql rename to bot/src/bot_data/scripts/0.3.0/Level_up.sql diff --git a/bot/src/bot_data/scripts/0.3/Stats_down.sql b/bot/src/bot_data/scripts/0.3.0/Stats_down.sql similarity index 100% rename from bot/src/bot_data/scripts/0.3/Stats_down.sql rename to bot/src/bot_data/scripts/0.3.0/Stats_down.sql diff --git a/bot/src/bot_data/scripts/0.3/Stats_up.sql b/bot/src/bot_data/scripts/0.3.0/Stats_up.sql similarity index 100% rename from bot/src/bot_data/scripts/0.3/Stats_up.sql rename to bot/src/bot_data/scripts/0.3.0/Stats_up.sql