瀏覽代碼

missing column for character items

Emagi 1 年之前
父節點
當前提交
74d2358c86
共有 1 個文件被更改,包括 1 次插入0 次删除
  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;