oh forgot to add these migrations
This commit is contained in:
parent
58da1f87f6
commit
f80e37c438
@ -0,0 +1,3 @@
|
||||
alter table player_character
|
||||
add keyboard_config bytea not null,
|
||||
add gamepad_config bytea not null;
|
@ -0,0 +1,5 @@
|
||||
alter table player_character
|
||||
drop column playtime;
|
||||
|
||||
alter table player_character
|
||||
add playtime integer not null;
|
Loading…
x
Reference in New Issue
Block a user