missing column for character items

This commit is contained in:
Emagi 2022-07-02 21:28:41 -04:00
parent 258ac04362
commit 74d2358c86

View file

@ -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;