Explorar el Código

missing column for character items

Emagi hace 1 año
padre
commit
74d2358c86
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      DB/updates/character_items_updatedcolumn_june30_2022.sql

+ 1 - 0
DB/updates/character_items_updatedcolumn_june30_2022.sql

@@ -1 +1,2 @@
 alter table character_items add column last_saved timestamp default current_timestamp on update current_timestamp;
+alter table character_items add column created timestamp default current_timestamp;