Explorar el Código

Create lootdrop_update_june23_2021.sql

SQL update for lootdrop required
Image hace 2 años
padre
commit
25eb7d26d5
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      DB/updates/lootdrop_update_june23_2021.sql

+ 1 - 0
DB/updates/lootdrop_update_june23_2021.sql

@@ -0,0 +1 @@
+alter table lootdrop add column no_drop_quest_completed int(10) unsigned not null default 0;