Save accepted ToS to PG

This commit is contained in:
P0nk
2024-09-26 21:13:40 +02:00
parent c7f835da0d
commit 0f2ef341ce
8 changed files with 136 additions and 49 deletions

View File

@@ -1,5 +1,6 @@
package database;
import database.account.AccountRowMapper;
import database.drop.GlobalMonsterDropRowMapper;
import database.drop.MonsterDropRowMapper;
import database.maker.MakerIngredientRowMapper;
@@ -26,6 +27,7 @@ public final class JdbiConfig {
private static List<RowMapper<?>> rowMappers() {
return List.of(
new AccountRowMapper(),
new NoteRowMapper(),
new MakerReagentRowMapper(),
new MakerRecipeRowMapper(),