Dropped “Instances” table “BlockListAvailable” column and added “Threads” column
This commit is contained in:
parent
d3bdea0399
commit
c799f73f05
1 changed files with 2 additions and 2 deletions
|
@ -253,7 +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,
|
||||
`Threads` varchar(16) DEFAULT NULL,
|
||||
`TotChecks` int(10) unsigned NOT NULL DEFAULT 0,
|
||||
`OkChecks` int(10) unsigned NOT NULL DEFAULT 0,
|
||||
`WasLastCheckOk` tinyint(1) unsigned NOT NULL DEFAULT 0,
|
||||
|
@ -590,4 +590,4 @@ CREATE TABLE `ZStats` (
|
|||
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
|
||||
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
|
||||
|
||||
-- Dump completed on 2023-12-25 22:37:29
|
||||
-- Dump completed on 2023-12-27 0:06:12
|
||||
|
|
Loading…
Reference in a new issue