Explorar el Código

Fixed upgrade_20210530_logs.sql [ci skip]

Thanks to @RagnaWay
Lemongrass3110 hace 4 años
padre
commit
2a831df25e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      sql-files/upgrades/upgrade_20210530_logs.sql

+ 1 - 1
sql-files/upgrades/upgrade_20210530_logs.sql

@@ -1,3 +1,3 @@
 ALTER TABLE `picklog`
-	`enchantgrade` tinyint unsigned NOT NULL default '0'
+	ADD COLUMN `enchantgrade` tinyint unsigned NOT NULL default '0'
 ;