@ -0,0 +1,3 @@
alter table player_character
add keyboard_config bytea not null,
add gamepad_config bytea not null;
@ -0,0 +1,5 @@
drop column playtime;
add playtime integer not null;