diff --git a/web/init/mastostart_solo_struttura.sql b/web/init/mastostart_solo_struttura.sql index 3b0a5c8..bcb2da8 100644 --- a/web/init/mastostart_solo_struttura.sql +++ b/web/init/mastostart_solo_struttura.sql @@ -1,8 +1,8 @@ --- MariaDB dump 10.19-11.1.2-MariaDB, for Linux (x86_64) +-- MariaDB dump 10.19-11.2.2-MariaDB, for Linux (x86_64) -- -- Host: localhost Database: mastostart -- ------------------------------------------------------ --- Server version 11.1.2-MariaDB +-- Server version 11.2.2-MariaDB /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; @@ -253,6 +253,7 @@ CREATE TABLE `Instances` ( `AdmURL` varchar(128) DEFAULT NULL, `AdmAvatar` varchar(512) DEFAULT NULL, `AdmHeader` varchar(512) DEFAULT NULL, + `BlockListAvailable` tinyint(1) unsigned NOT NULL DEFAULT 0, `TotChecks` int(10) unsigned NOT NULL DEFAULT 0, `OkChecks` int(10) unsigned NOT NULL DEFAULT 0, `WasLastCheckOk` tinyint(1) unsigned NOT NULL DEFAULT 0, @@ -606,4 +607,4 @@ CREATE TABLE `test` ( /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; --- Dump completed on 2023-11-01 22:36:04 +-- Dump completed on 2023-12-24 22:37:00