Explorar o código

missing column for character items

Emagi hai 1 ano
pai
achega
74d2358c86
Modificáronse 1 ficheiros con 1 adicións e 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;