소스 검색

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;