preparation for bed overview

This commit is contained in:
Jottyfan
2024-02-22 22:34:22 +01:00
parent 3890720dae
commit a6b09fc88b
137 changed files with 3726 additions and 984 deletions

View File

@ -22,7 +22,7 @@ apply plugin: 'java'
apply plugin: 'maven-publish'
group = 'de.jottyfan'
version = '2023.12.1'
version = '2024.02.22'
description = """COJooq"""
@ -56,7 +56,7 @@ jooq {
logging = Logging.WARN
jdbc {
driver = 'org.postgresql.Driver'
url = 'jdbc:postgresql://localhost:5432/testcamporganizer'
url = 'jdbc:postgresql://localhost:5432/camporganizer'
user = 'jooq'
password = 'jooq'
properties {
@ -70,7 +70,7 @@ jooq {
name = 'org.jooq.codegen.DefaultGenerator'
database {
name = 'org.jooq.meta.postgres.PostgresDatabase'
inputSchema = 'camp'
inputSchema = 'public'
}
generate {
deprecated = false