bunch of small fixes #127

Merged
jake merged 30 commits from make_actually_work into master 2023-01-30 22:07:38 -05:00
2 changed files with 8 additions and 0 deletions
Showing only changes of commit f80e37c438 - Show all commits

View File

@ -0,0 +1,3 @@
alter table player_character
add keyboard_config bytea not null,
add gamepad_config bytea not null;

View File

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