missing column for character items
This commit is contained in:
parent
258ac04362
commit
74d2358c86
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue