Added “BlockListAvailable” column to “Instances” table
This commit is contained in:
parent
272f7a2cd2
commit
f678f0610f
1 changed files with 4 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue