release: DB squash & begin AC 4.0.0 development (#4341)

This commit is contained in:
Francesco Borzì
2021-01-25 19:51:22 +01:00
committed by GitHub
parent 2d609e9e48
commit 49712bd12f
1014 changed files with 601786 additions and 462701 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ DROP TABLE IF EXISTS `addons`;
CREATE TABLE `addons`
(
`name` varchar(120) NOT NULL DEFAULT '',
`crc` int(10) unsigned NOT NULL DEFAULT '0',
`crc` int(10) unsigned NOT NULL DEFAULT 0,
PRIMARY KEY (`name`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Addons';
/*!40101 SET character_set_client = @saved_cs_client */;