Skip to content

Instantly share code, notes, and snippets.

@albjeremias
Last active February 17, 2020 12:13
Show Gist options
  • Save albjeremias/faebecbe38432540515ce8e38ffdbdd6 to your computer and use it in GitHub Desktop.
Save albjeremias/faebecbe38432540515ce8e38ffdbdd6 to your computer and use it in GitHub Desktop.

Revisions

  1. albjeremias revised this gist Feb 17, 2020. 1 changed file with 422 additions and 0 deletions.
    422 changes: 422 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -126,3 +126,425 @@ komga | 2020-02-17 13:12:13.260 INFO 1 --- [ main] o.g.k.i.s.Komga
    komga | 2020-02-17 13:12:13.346 INFO 1 --- [ main] o.g.k.i.scheduler.InitialUserController : Initial user created. Login: [email protected], Password: OIxIzVp0D0Yp
    komga | 2020-02-17 13:12:13.361 INFO 1 --- [nTaskExecutor-1] o.g.k.a.service.AsyncOrchestrator : Starting periodic libraries scan
    komga | 2020-02-17 13:12:13.372 INFO 1 --- [nTaskExecutor-1] o.g.k.a.service.AsyncOrchestrator : No libraries defined, nothing to scan



    database:
    $ cat database.h2.mv.db
    H:2,block:b,blockSize:1000,chunk:b,created:17053100539,format:1,version:b,fletcher:f8b83674
    H:2,block:b,blockSize:1000,chunk:b,created:17053100539,format:1,version:b,fletcher:f8b83674
    chunk:7,block:2,len:3,map:39,max:2e10,next:d,pages:7,root:1c00007b643,time:b659,version:7,pinCount:0
    �CREATE CACHED TABLE "PUBLIC"."LIBRARY"(
    "ID" BIGINT NOT NULL,
    "CREATED_DATE" TIMESTAMP NOT NULL,
    "LAST_MODIFIED_DATE" TIMESTAMP NOT NULL,
    "NAME" VARCHAR NOT NULL,
    "ROOT" VARCHAR NOT NULL
    �CREATE CACHED TABLE "PUBLIC"."SERIES_METADATA"(PUBLIC"."UK_LIBRARY_NAME" UNIQUE("NAME") INDEX "PUBLIC"."UK_LIBRARY_NAME_INDEX_3"
    "ID" BIGINT NOT NULL,
    "CREATED_DATE" TIMESTAMP NOT NULL,
    "LAST_MODIFIED_DATE" TIMESTAMP NOT NULL,
    "STATUS" VARCHAR NOT NULL,
    "STATUS_LOCK" BOOLEAN DEFAULT FALSE,
    "TITLE" VARCHAR NOT NULL,
    "TITLE_LOCK" BOOLEAN DEFAULT FALSE,
    "TITLE_SORT" VARCHAR NOT NULL,
    "TITLE_SORT_LOCK" BOOLEAN DEFAULT FALSE
    �ALTER TABLE "PUBLIC"."USER_LIBRARY_SHARING" ADD CONSTRAINT "PUBLIC"."FK_USER_LIBRARY_SHARING_LIBRARY_ID" FOREIGN KEY("LIBRARY_ID") INDEX "PUBLIC"."FK_USER_LIBRARY_SHARING_LIBRARY_ID_INDEX_F" REFERENCES "P^CREATE CACHED TABLE "PUBLIC"."USER_ROLE"(
    "USER_ID" BIGINT NOT NULL,
    "ROLES" VARCHAR
    �CREATE CACHED TABLE "PUBLIC"."USER"(RY_SHARING_USER_ID_INDEX_F" ON "PUBLIC"."USER_LIBRARY_SHARING"("USER_ID")(
    "ID" BIGINT NOT NULL,
    "CREATED_DATE" TIMESTAMP NOT NULL,
    "LAST_MODIFIED_DATE" TIMESTAMP NOT NULL,
    "EMAIL" VARCHAR NOT NULL,
    "PASSWORD" VARCHAR NOT NULL,
    "SHARED_ALL_LIBRARIES" BOOLEAN DEFAULT TRUE NOT NULL
    �ALTER TABLE "PUBLIC"."USER_LIBRARY_SHARING" ADD CONSTRAINT "PUBLIC"."FK_USER_LIBRARY_SHARING_USER_ID" FOREIGN KEY("USER_ID") INDEX "PUBLIC"."FK_USER_LIBRARY_SHARING_USER_ID_INDEX_F" REFERENCES "PUBLIC"."U�CREATE CACHED TABLE "PUBLIC"."BOOK"(
    "ID" BIGINT NOT NULL,
    "CREATED_DATE" TIMESTAMP NOT NULL,
    "LAST_MODIFIED_DATE" TIMESTAMP NOT NULL,
    "FILE_LAST_MODIFIED" TIMESTAMP NOT NULL,
    "NAME" VARCHAR NOT NULL,
    "URL" VARCHAR NOT NULL,
    "MEDIA_ID" BIGINT NOT NULL,
    "SERIES_ID" BIGINT NOT NULL,
    "FILE_SIZE" BIGINT DEFAULT 0,
    "NUMBER" FLOAT4 DEFAULT 0
    �ALTER TABLE "PUBLIC"."SERIES" ADD CONSTRAINT "PUBLIC"."FK_SERIES_LIBRARY_LIBRARY_ID" FOREIGN KEY("LIBRARY_ID") INDEX "PUBLIC"."FK_SERIES_LIBRARY_LIBRARY_ID_INDEX_B" REFERENCES "PUBLIC"."LIBRARY"("ID") NOC�ALTER TABLE "PUBLIC"."SERIES" ADD CONSTRAINT "PUBLIC"."FK_SERIES_SERIES_METADATA_METADATA_ID" FOREIGN KEY("METADATA_ID") INDEX "PUBLIC"."FK_SERIES_SERIES_METADATA_METADATA_ID_INDEX_9" REFERENCES "PUBLIC".�ALTER TABLE "PUBLIC"."BOOK" ADD CONSTRAINT "PUBLIC"."FK_BOOK_SERIES_SERIES_ID" FOREIGN KEY("SERIES_ID") INDEX "PUBLIC"."FK_BOOK_SERIES_SERIES_ID_INDEX_7" REFERENCES "PUBLIC"."SERIES"("ID") NOCHECK ��C1234567



    )<< Flyway Schema History table created >>ITABLEDFSA
    ѐ?�����% A
    "V20190819161603__First_Version.sqlB���FSA
    ѐ?�����
    +V20190906100609__regenerate_webp_covers.sqlؖ��FSA
    ѐ?�����,)A
    &V20190906152334__reparse_pdf_files.sql����FSA
    ѐ?�����;#A
    &V20190907104615__reparse_pdf_files.sql����FSA
    ѐ?����!A
    &V20190907143337__reparse_pdf_files.sql����FSA
    ѐ?�����"!A
    "V20190910082852__rescan_series.sqlB����FSA
    ѐ?�����. A
    #V20190926112211__library_entity.sqlB����FSA
    ѐ?�����A
    8db.migration.V20190926114415__create_library_from_seriesFSA
    ѐ?�����
    A
    .V20190927132225__serie_library_id_not_null.sql����FSA
    ѐ?�����!A
    +V20191008135338__rename_serie_to_series.sql�Ҋ�FSA
    ѐ?�����'#A
    DV20191010153833__delete_thumbnails_to_force_regeneration_in_jpeg.sql⚟�FSA
    ѐ?�����! A
    V20191014143703__user_entity.sql���KFSA
    ѐ?�����$A
    )V20191021101906__user_library_sharing.sqlB����FSA
    ѐ?����� )A
    "V20191029153618__book_filesize.sqlB�进FSA
    ѐ?�����
    V20191122164159__book_number.sql����FSA
    ѐ?�����'(A
    -V20191230131239__rename_metadata_to_media.sql��ƾFSA
    ѐ?�����,A
    .V20200103170613__media_as_auditable_entity.sqlBؿ��FSA
    ѐ?�����A
    "V20200108103325__media_comment.sql�ɚXFSA
    ѐ?����<,A
    $V20200121153351__series_metadata.sqlBЧڇFSA
    ѐ?�����0A
    @db.migration.V20200121154334__create_series_metadata_from_seriesFSA
    ѐ?�����"A
    0V20200121154845__series_metadata_id_not_null.sql����FSA
    ѐ?�����&A
    *V20200131101624__series_metadata_title.sqlB���FSA
    ѐ?���أ0+A�ACA1A2A3A4A5A6A7A A
    A
    A
    name.index.15��� chunk.4chunk.5chunk.6map.1map.10map.11map.12map.18map.19map.1bmap.1cmap.1dmap.1emap.1fmap.2map.20map.2amap.2bmap.2cmap.3map.32map.35map.36map.37map.39map.4map.5map.6map.7map.8map.9map.c�chunk:4,block:6,len:4,liveMax:0,livePages:0,map:39,max:3a10,next:a,pages:8,root:100000ab343,time:676,unused:b659,unusedAtVersion:6,version:4,pinCount:0�chunk:5,block:a,len:2,liveMax:c00,livePages:1,map:39,max:1750,next:c,pages:5,root:14000033283,time:24f4,unusedAtVersion:6,version:5,pinCount:0�chunk:6,block:c,len:1,liveMax:e0,livePages:4,map:39,max:c10,next:d,pages:7,root:18000005bc3,time:26ec,unusedAtVersion:6,version:6,pinCount:0name:openTransactionsname:index.23,createVersion:2name:table.25,createVersion:3name:index.28,createVersion:3name:table.37,createVersion:3name:index.38,createVersion:3name:table.40,createVersion:3name:index.43,createVersion:3name:table.17,createVersion:3name:index.22,createVersion:3name:index.35,createVersion:3name:undoLog.1name:index.39,createVersion:3name:table.47,createVersion:3name:index.50,createVersion:3name:index.53,createVersion:3
    name:table.0name:table.8,createVersion:3name:table.20,createVersion:3name:index.33,createVersion:3name:index.15,createVersion:3name:table.30,createVersion:3
    name:lobMap
    name:lobRef
    name.index.53 name:lobDataname:table.3,createVersion:2name:index.6,createVersion:2name:undoLog.2,createVersion:2name:table.14,createVersion:2v&�$
    name.index.6
    name.lobData
    name.lobMap
    name.lobRefname.openTransactions
    name.table.25 name.table.0
    name.table.47name.table.3
    name.table.8name.undoLog.1name.undoLog.2root.18root.19root.1broot.1croot.3root.7root.8371e1012361f19201c2b2c864513c1d3511739181b2a3229
    18000002dc0
    180000032c0
    18000003688
    180000053c0
    1c000002dc1
    1c00005199a
    1c00007930a
    -V20191230131239__rename_metadata_to_media.sql��ƾFSA
    ѐ?�����,A
    .V20200103170613__media_as_auditable_entity.sqlBؿ��FSA
    ѐ?�����A
    "V20200108103325__media_comment.sql�ɚXFSA
    ѐ?����<,A
    $V20200121153351__series_metadata.sqlBЧڇFSA
    ѐ?�����0A
    @db.migration.V20200121154334__create_series_metadata_from_seriesFSA
    ѐ?�����"A
    0V20200121154845__series_metadata_id_not_null.sql����FSA
    ѐ?�����&A
    *V20200131101624__series_metadata_title.sqlB���FSA
    ѐ?���أ0+A�*ACA1A2A3A4A5A6A7A A
    A
    A
    AAAAAAAAA)*�
    ��
    name.index.15�/[ chunk.1chunk.2chunk.3map.1map.10map.11map.12map.18map.19map.1bmap.1cmap.1dmap.1emap.1fmap.2map.20map.2amap.2bmap.2cmap.3map.32map.35map.36map.37map.39map.4map.5map.6map.7map.8map.9map.c�chunk:1,block:2,len:1,liveMax:0,livePages:0,map:6,max:130,next:3,pages:2,root:400000368c,time:82,unused:283,unusedAtVersion:1,version:1,pinCount:0�chunk:2,block:3,len:1,liveMax:0,livePages:0,map:6,max:2c0,next:4,pages:2,root:8000005a10,time:283,unused:479,unusedAtVersion:2,version:2,pinCount:0�chunk:3,block:4,len:2,liveMax:0,livePages:0,map:10,max:2030,next:6,pages:5,root:c000061fd6,time:479,unused:676,unusedAtVersion:3,version:3,pinCount:0name:openTransactionsname:index.23,createVersion:2name:table.25,createVersion:3name:index.28,createVersion:3name:table.37,createVersion:3name:index.38,createVersion:3name:table.40,createVersion:3name:index.43,createVersion:3name:table.17,createVersion:3name:index.22,createVersion:3name:index.35,createVersion:3name:undoLog.1name:index.39,createVersion:3name:table.47,createVersion:3name:index.50,createVersion:3name:index.53,createVersion:3
    name:table.0name:table.8,creachunk:7,block:2,version:7,fletcher:c6d0e1f6
    chunk:6,block:5,len:1,map:39,max:c10,pages:7,root:18000005bc3,time:26ec,version:6,pinCount:0
    �11IADMIN�11u�1
    ѐ?�����(
    name.index.15�G"chunk.1chunk.2chunk.3chunk.4chunk.5map.1map.10map.11map.12map.18map.19map.1bmap.1cmap.1dmap.1emap.1fmap.2map.20map.2amap.2bmap.2cmap.3map.32map.35map.36map.37map.39map.4map.5map.6map.7map.8map.9map.c�chunk:1,block:2,len:1,liveMax:0,livePages:0,map:6,max:130,next:3,pages:2,root:400000368c,time:82,unused:283,unusedAtVersion:1,version:1,pinCount:0�chunk:2,block:3,len:1,liveMax:0,livePages:0,map:6,max:2c0,next:4,pages:2,root:8000005a10,time:283,unused:479,unusedAtVersion:2,version:2,pinCount:0�chunk:3,block:4,len:2,liveMax:0,livePages:0,map:10,max:2030,next:6,pages:5,root:c000061fd6,time:479,unused:676,unusedAtVersion:3,version:3,pinCount:0�chunk:4,block:6,len:4,liveMax:24c0,livePages:3,map:39,max:3a10,next:a,pages:8,root:100000ab343,time:676,unusedAtVersion:4,version:4,pinCount:0�chunk:5,block:a,len:2,liveMax:c20,livePages:2,map:39,max:1750,next:c,pages:5,root:14000033283,time:24f4,unusedAtVersion:5,version:5,pinCount:0name:openTransactionsname:index.23,createVersion:2name:table.25,createVersion:3name:index.28,createVersion:3name:table.37,createVersion:3name:index.38,createVersion:3name:table.40,createVersion:3name:index.43,createVersion:3name:table.17,createVersion:3name:index.22,createVersion:3name:index.35,createVersion:3name:undoLog.1name:index.39,createVersion:3name:table.47,createVersion:3name:index.50,createVersion:3name:index.53,createVersion:3
    name:table.0name:table.8,createVersion:3name:table.20,createVersion:3name:index.33,createVersion:3name:index.15,createVersion:3name:table.30,createVersion:3
    name:lobMap
    name:lobRef
    name:lobDataname:table.3,createVersion:2name:index.6,createVersion:2name:undoLog.2,createVersion:2name:table.14,createVersion:2v
    name.index.53
    name.index.6
    name.lobData
    name.lobMap
    name.lobRefname.openTransactions
    name.table.25 name.table.0
    name.table.47name.table.3
    name.table.8name.undoLog.1name.undoLog.2root.18root.19root.1broot.1croot.3root.7root.8371e1012361f19201c2b2c864513c1d3511739181b2a3229
    18000002dc0
    180000032c0
    18000003688
    180000053c0
    14000002dc1
    1000008169a
    100000a900aLIBRARY_ID" BIGINT NOT NULL,
    "METADATA_ID" BIGINT NOT NULL
    uALTER TABLE "PUBLIC"."SERIES" ADD CONSTRAINT "PUBLIC"."CONSTRAINT_4" PRIMARY KEY("ID") INDEX "PUBLIC"."PRIMARY_KEY_B")
    name.index.15A �@<�@�!
    �!chunk.1chunk.2chunk.3chunk.4map.1map.10map.11map.12map.18map.19map.1bmap.1cmap.1dmap.1emap.1fmap.2map.20map.2amap.2bmap.2cmap.3map.32map.35map.36map.37map.39map.4map.5map.6map.7map.8map.9map.c�chunk:1,block:2,len:1,liveMax:0,livePages:0,map:6,max:130,next:3,pages:2,root:400000368c,time:82,unused:283,unusedAtVersion:1,version:1,pinCount:0�chunk:2,block:3,len:1,liveMax:0,livePages:0,map:6,max:2c0,next:4,pages:2,root:8000005a10,time:283,unused:479,unusedAtVersion:2,version:2,pinCount:0�chunk:3,block:4,len:2,liveMax:0,livePages:0,map:10,max:2030,next:6,pages:5,root:c000061fd6,time:479,unused:676,unusedAtVchunk:6,block:5,version:6,fletcher:cdd0e2f6
    chunk:9,block:6,len:1,map:39,max:830,next:7,pages:2,root:24000002dc3,time:b664,version:9,pinCount:0
    name.index.15$�!chunk.5chunk.6chunk.7chunk.8map.1map.10map.11map.12map.18map.19map.1bmap.1cmap.1dmap.1emap.1fmap.2map.20map.2amap.2bmap.2cmap.3map.32map.35map.36map.37map.39map.4map.5map.6map.7map.8map.9map.c�chunk:5,block:a,len:2,liveMax:c00,livePages:1,map:39,max:1750,pages:5,root:14000033283,time:24f4,unusedAtVersion:6,version:5,pinCount:0�chunk:6,block:5,len:1,liveMax:e0,livePages:4,map:39,max:c10,pages:7,root:18000005bc3,time:26ec,unusedAtVersion:6,version:6,pinCount:0�chunk:7,block:2,len:3,liveMax:27e0,livePages:5,map:39,max:2e10,next:d,pages:7,root:1c00007b643,time:b659,unusedAtVersion:7,version:7,pinCount:0�chunk:8,block:c,len:1,liveMax:0,livePages:0,map:39,max:830,pages:2,root:20000002dc3,time:b661,unused:b664,unusedAtVersion:8,version:8,pinCount:0name:openTransactionsname:index.23,createVersion:2name:table.25,createVersion:3name:index.28,createVersion:3name:table.37,createVersion:3name:index.38,createVersion:3name:table.40,createVersion:3name:index.43,createVersion:3name:table.17,createVersion:3name:index.22,createVersion:3name:index.35,createVersion:3name:undoLog.1name:index.39,createVersion:3name:table.47,createVersion:3name:index.50,createVersion:3name:index.53,createVersion:3
    name:table.0name:table.8,createVersion:3name:table.20,createVersion:3name:index.33,createVersion:3name:index.15,createVersion:3name:table.30,createVersion:3
    name:lobMap
    name:lobRef
    name:lobDataname:table.3,createVersion:2name:index.6,createVersion:2name:undoLog.2,createVersion:2name:table.14,createVersion:22,createVersion:3name:index.53,createVersion:3
    name:table.0name:table.8,createVersion:3name:table.20,createVersion:3name:index.33,createVersion:3name:index.15,createVersion:3name:table.30,createVersion:3
    name:lobMap
    name:lobRef
    name:lobDataname:table.3,createVersion:2name:index.6,createVersion:2name:undoLog.2,createVersion:2name:table.14,createVersion:2v
    name.index.53
    name.index.6
    name.lobData
    name.lobMap
    name.lobRefname.openTransactions
    name.table.25 name.table.0
    name.table.47name.table.3
    name.table.8name.undoLog.1name.undoLog.2root.18root.19root.1broot.1croot.3root.7root.8371e1012361f19201c2b2c864513c1d3511739181b2a3229
    18000002dc0
    180000032c0
    18000003688
    180000053c0
    14000002dc1
    1000008169a
    100000a900aLIBRARY_ID" BIGINT NOT NULL,
    "METADATA_ID" BIGINT NOT NULL
    uALTER TABLE "PUBLIC"."SERIES" ADD CONSTRAINT "PUBLIC"."CONSTRAINT_4" PRIMARY KEY("ID") INDEX "PUBLIC"."PRIMARY_KEY_B")
    name.index.15A �@<�@�!
    �!chunk.1chunk.2chunk.3chunk.4map.1map.10map.11map.12map.18map.19map.1bmap.1cmap.1dmap.1emap.1fmap.2map.20map.2amap.2bmap.2cmap.3map.32map.35map.36map.37map.39map.4map.5map.6map.7map.8map.9map.c�chunk:1,block:2,len:1,liveMax:0,livePages:0,map:6,max:130,next:3,pages:2,root:400000368c,time:82,unused:283,unusedAtVersion:1,version:1,pinCount:0�chunk:2,block:3,len:1,liveMax:0,livePages:0,map:6,max:2c0,next:4,pages:2,root:8000005a10,time:283,unused:479,unusedAtVersion:2,version:2,pinCount:0�chunk:3,block:4,len:2,liveMax:0,livePages:0,map:10,max:2030,next:6,pages:5,root:c000061fd6,time:479,unused:676,unusedAtVchunk:9,block:6,version:9,fletcher:f4d0e9f6
    chunk:5,block:7,len:2,map:39,max:1750,pages:5,root:14000033283,time:24f4,version:5,pinCount:0
    �@5�2
    '1234567
    �CREATE CACHED TABLE "PUBLIC"."flyway_schema_history"(' HASH 'ce3dbfff1f467b35c6cede1f61a91985f3043fc6ef55da9019a2d6ce3f3b687f' ADMIN#
    "installed_rank" INT NOT NULL,
    "version" VARCHAR(50),
    "description" VARCHAR(200) NOT NULL,
    "type" VARCHAR(20) NOT NULL,
    "script" VARCHAR(1000) NOT NULL,
    "checksum" INT,
    "installed_by" VARCHAR(100) NOT NULL,
    "installed_on" TIMESTAMP DEFAULT CURRENT_TIMESTAMP NOT NULL,
    "execution_time" INT NOT NULL,
    "success" BOOLEAN NOT NULL
    �CREATE CACHED TABLE "PUBLIC"."MEDIA"(EQUENCE" START WITH 33( "."flyway_schema_history"("success")' #RY KEY("installed_rank") INDEX "PUBLIC"."PRIMARY_KEY_6"& !
    "ID" BIGINT NOT NULL,
    "MEDIA_TYPE" VARCHAR,
    "STATUS" VARCHAR NOT NULL,
    "THUMBNAIL" BLOB,
    "CREATED_DATE" TIMESTAMP NOT NULL,
    "LAST_MODIFIED_DATE" TIMESTAMP NOT NULL,
    "COMMENT" VARCHAR
    �CREATE CACHED TABLE "PUBLIC"."MEDIA_PAGE"(T "PUBLIC"."CONSTRAINT_7" PRIMARY KEY("ID") INDEX "PUBLIC"."PRIMARY_KEY_E".
    "MEDIA_ID" BIGINT NOT NULL,
    "FILE_NAME" VARCHAR NOT NULL,
    "MEDIA_TYPE" VARCHAR NOT NULL,
    "NUMBER" INTEGER
    vCREATE CACHED TABLE "PUBLIC"."USER_LIBRARY_SHARING"(ADATA_ID_INDEX_9" ON "PUBLIC"."SERIES"("METADATA_ID")
    "USER_ID" BIGINT NOT NULL,
    "LIBRARY_ID" BIGINT NOT NULL
    �ALTER TABLE "PUBLIC"."MEDIA_PAGE" ADD CONSTRAINT "PUBLIC"."FK_MEDIA_PAGE_MEDIA_MEDIA_ID" FOREIGN KEY("MEDIA_ID") INDEX "PUBLIC"."FK_MEDIA_PAGE_MEDIA_MEDIA_ID_INDEX_9" REFERENCES "PUBLIC"."MEDIA"("ID") NOC�CREATE CACHED TABLE "PUBLIC"."SERIES"(AINT "PUBLIC"."FK_BOOK_MEDIA_MEDIA_ID" FOREIGN KEY("MEDIA_ID") REFERENCES "PUBLIC"."MEDIA"("ID") NOCHECK
    "ID" BIGINT NOT NULL,
    "CREATED_DATE" TIMESTAMP NOT NULL,
    "LAST_MODIFIED_DATE" TIMESTAMP NOT NULL,
    "FILE_LAST_MODIFIED" TIMESTAMP NOT NULL,
    "NAME" VARCHAR NOT NULL,
    "URL" VARCHAR NOT NULL,
    "LIBRARY_ID" BIGINT NOT NULL,
    "METADATA_ID" BIGINT NOT NULL
    uALTER TABLE "PUBLIC"."SERIES" ADD CONSTRAINT "PUBLIC"."CONSTRAINT_4" PRIMARY KEY("ID") INDEX "PUBLIC"."PRIMARY_KEY_B")
    name.index.15A �@<�@�!
    �!chunk.1chunk.2chunk.3chunk.4map.1map.10map.11map.12map.18map.19map.1bmap.1cmap.1dmap.1emap.1fmap.2map.20map.2amap.2bmap.2cmap.3map.32map.35map.36map.37map.39map.4map.5map.6map.7map.8map.9map.c�chunk:1,block:2,len:1,liveMax:0,livePages:0,map:6,max:130,next:3,pages:2,root:400000368c,time:82,unused:283,unusedAtVersion:1,version:1,pinCount:0�chunk:2,block:3,len:1,liveMax:0,livePages:0,map:6,max:2c0,next:4,pages:2,root:8000005a10,time:283,unused:479,unusedAtVersion:2,version:2,pinCount:0�chunk:3,block:4,len:2,liveMax:0,livePages:0,map:10,max:2030,next:6,pages:5,root:c000061fd6,time:479,unused:676,unusedAtVersion:3,version:3,pinCount:0�chunk:4,block:6,len:4,liveMax:24c0,livePages:3,map:39,max:3a10,next:a,pages:8,root:100000ab343,time:676,unusedAtVersion:4,version:4,pinCount:0name:openTransactionsname:index.23,createVersion:2name:table.25,createVersion:3name:index.28,createVersion:3name:table.37,createVersion:3name:index.38,createVersion:3name:table.40,createVersion:3name:index.43,createVersion:3name:table.17,createVersion:3name:index.22,createVersion:3name:index.35,createVersion:3name:undoLog.1name:index.39,createVersion:3name:table.47,createVersion:3name:index.50,createVersion:3name:index.53,createVersion:3
    name:table.0name:table.8,createVersion:3name:table.20,createVersion:3name:index.33,createVersion:3name:index.15,createVersion:3name:table.30,createVersion:3
    name:lobMap
    name:lobRef
    name:lobDataname:table.3,createVername.index.53dex.6,createVersion:2name:undoLog.2,createVersion:2name:table.14,createVersion:2&
    name.index.6
    name.lobData
    name.lobMap
    name.lobRefname.openTransactions
    name.table.25 name.table.0
    name.table.47name.table.3
    name.table.8name.undoLog.1name.undoLog.2root.3root.7root.8371e1012361f19201c2b2c864513c1d3511739181b2a3229
    14000002dc1
    1000008169a
    100000a900a."FK_USER_LIBRARY_SHARING_USER_ID_INDEX_F" ON "PUBLIC�CREATE CACHED TABLE "PUBLIC"."USER"(
    "ID" BIGINT NOT NULL,
    "CREATED_DATE" TIMESTAMP NOT NULL,
    "LAST_MODIFIED_DATE" TIMESTAMP NOT NULL,
    "EMAIL" VARCHAR NOT NULL,
    "PASSWORD" VARCHAR NOT NULL,
    "SHARED_ALL_LIBRARIES" BOOLEAN DEFAULT TRUE NOT NULL
    �ALTER TABLE "PUBLIC"."USER_LIBRARY_SHARING" ADD CONSTRAINT "PUBLIC"."FK_USER_LIBRARY_SHARING_USER_ID" FOREIGN KEY("USER_ID") INDEX "PUBLIC"."FK_USER_LIBRARY_SHARING_USER_ID_INDEX_F" REFERENCES "PUBLIC"."U�CREATE CACHED TABLE "PUBLIC"."BOOK"(
    "ID" BIGINT NOT NULL,
    "CREATED_DATE" TIMESTAMP NOT NULL,
    "LAST_MODIFIED_DATE" TIMESTAMP NOT NULL,
    "FILE_LAST_MODIFIED" TIMESTAMP NOT NULL,
    "NAME" VARCHAR NOT NULL,
    "URL" VARCHAR NOT NULL,
    "MEDIA_ID" BIGINT NOT NULL,
    "SERIES_ID" BIGINT NOT NULL,
    "FILE_SIZE" BIGINT DEFAULT 0,
    "NUMBER" FLOAT4 DEFAULT 0
    �ALTER TABLE "PUBLIC"."SERIES" ADD CONSTRAINT "PUBLIC"."FK_SERIES_LIBRARY_LIBRARY_ID" FOREIGN KEY("LIBRARY_ID") INDEX "PUBLIC"."FK_SERIES_LIBRARY_LIBRARY_ID_INDEX_B" REFERENCES "PUBLIC"."LIBRARY"("ID") NOC�ALTER TABLE "PUBLIC"."SERIES" ADD CONSTRAINT "PUBLIC"."FK_SERIES_SERIES_METADATA_METADATA_ID" FOREIGN KEY("METADATA_ID") INDEX "PUBLIC"."FK_SERIES_SERIES_METADATA_METADATA_ID_INDEX_9" REFERENCES "PUBLIC"."SERIES_METADATA"(chunk:5,block:7,version:5,fletcher:ced0e2f6
    chunk:8,block:9,len:1,map:39,max:830,pages:2,root:20000002dc3,time:b661,version:8,pinCount:0
    name.index.15%�!chunk.4chunk.5chunk.6chunk.7map.1map.10map.11map.12map.18map.19map.1bmap.1cmap.1dmap.1emap.1fmap.2map.20map.2amap.2bmap.2cmap.3map.32map.35map.36map.37map.39map.4map.5map.6map.7map.8map.9map.c�chunk:4,block:d,len:4,liveMax:0,livePages:0,map:39,max:3a10,pages:8,root:100000ab343,time:676,unused:b659,unusedAtVersion:6,version:4,pinCount:0�chunk:5,block:11,len:2,liveMax:c00,livePages:1,map:39,max:1750,pages:5,root:14000033283,time:24f4,unusedAtVersion:6,version:5,pinCount:0�chunk:6,block:5,len:1,liveMax:e0,livePages:4,map:39,max:c10,pages:7,root:18000005bc3,time:26ec,unusedAtVersion:6,version:6,pinCount:0�chunk:7,block:2,len:3,liveMax:27e0,livePages:5,map:39,max:2e10,next:d,pages:7,root:1c00007b643,time:b659,unusedAtVersion:7,version:7,pinCount:0name:openTransactionsname:index.23,createVersion:2name:table.25,createVersion:3name:index.28,createVersion:3name:table.37,createVersion:3name:index.38,createVersion:3name:table.40,createVersion:3name:index.43,createVersion:3name:table.17,createVersion:3name:index.22,createVersion:3name:index.35,createVersion:3name:undoLog.1name:index.39,createVersion:3name:table.47,createVersion:3name:index.50,createVersion:3name:index.53,createVersion:3
    name:table.0name:table.8,createVersion:3name:table.20,createVersion:3name:index.33,createVersion:3name:index.15,createVersion:3name:table.30,createVersion:3
    name:lobMap
    name:lobRef
    name:lobDataname:table.3,createVersion:2name:index.6,createVersion:2name:undoLog.2,createVersion:2name:table.14,createVersion:2,createVersion:3name:index.53,createVersion:3
    name:table.0name:table.8,createVersion:3name:table.20,createVersion:3name:index.33,createVersion:3name:index.15,createVersion:3name:table.30,createVersion:3
    name:lobMap
    name:lobRef
    name:lobDataname:table.3,createVersion:2name:index.6,createVersion:2name:undoLog.2,createVersion:2name:table.14,createVersion:2v
    name.index.53
    name.index.6
    name.lobData
    name.lobMap
    name.lobRefname.openTransactions
    name.table.25 name.table.0
    name.table.47name.table.3
    name.table.8name.undoLog.1name.undoLog.2root.18root.19root.1broot.1croot.3root.7root.8371e1012361f19201c2b2c864513c1d3511739181b2a3229
    18000002dc0
    180000032c0
    18000003688
    180000053c0
    14000002dc1
    1000008169a
    100000a900aLIBRARY_ID" BIGINT NOT NULL,
    "METADATA_ID" BIGINT NOT NULL
    uALTER TABLE "PUBLIC"."SERIES" ADD CONSTRAINT "PUBLIC"."CONSTRAINT_4" PRIMARY KEY("ID") INDEX "PUBLIC"."PRIMARY_KEY_B")
    name.index.15A �@<�@�!
    �!chunk.1chunk.2chunk.3chunk.4map.1map.10map.11map.12map.18map.19map.1bmap.1cmap.1dmap.1emap.1fmap.2map.20map.2amap.2bmap.2cmap.3map.32map.35map.36map.37map.39map.4map.5map.6map.7map.8map.9map.c�chunk:1,block:2,len:1,liveMax:0,livePages:0,map:6,max:130,next:3,pages:2,root:400000368c,time:82,unused:283,unusedAtVersion:1,version:1,pinCount:0�chunk:2,block:3,len:1,liveMax:0,livePages:0,map:6,max:2c0,next:4,pages:2,root:8000005a10,time:283,unused:479,unusedAtVersion:2,version:2,pinCount:0�chunk:3,block:4,len:2,liveMax:0,livePages:0,map:10,max:2030,next:6,pages:5,root:c000061fd6,time:479,unused:676,unusedAtVchunk:8,block:9,version:8,fletcher:fbd0eaf6
    chunk:a,block:a,len:1,map:39,max:830,pages:2,root:28000002dc3,time:b669,version:a,pinCount:0
    name.index.15�/"chunk.5chunk.6chunk.7chunk.8chunk.9map.1map.10map.11map.12map.18map.19map.1bmap.1cmap.1dmap.1emap.1fmap.2map.20map.2amap.2bmap.2cmap.3map.32map.35map.36map.37map.39map.4map.5map.6map.7map.8map.9map.c�chunk:5,block:7,len:2,liveMax:c00,livePages:1,map:39,max:1750,pages:5,root:14000033283,time:24f4,unusedAtVersion:6,version:5,pinCount:0�chunk:6,block:5,len:1,liveMax:e0,livePages:4,map:39,max:c10,pages:7,root:18000005bc3,time:26ec,unusedAtVersion:6,version:6,pinCount:0�chunk:7,block:2,len:3,liveMax:27e0,livePages:5,map:39,max:2e10,next:d,pages:7,root:1c00007b643,time:b659,unusedAtVersion:7,version:7,pinCount:0�chunk:8,block:9,len:1,liveMax:0,livePages:0,map:39,max:830,pages:2,root:20000002dc3,time:b661,unused:b664,unusedAtVersion:8,version:8,pinCount:0�chunk:9,block:6,len:1,liveMax:0,livePages:0,map:39,max:830,next:7,pages:2,root:24000002dc3,time:b664,unused:b669,unusedAtVersion:9,version:9,pinCount:0name:openTransactionsname:index.23,createVersion:2name:table.25,createVersion:3name:index.28,createVersion:3name:table.37,createVersion:3name:index.38,createVersion:3name:table.40,createVersion:3name:index.43,createVersion:3name:table.17,createVersion:3name:index.22,createVersion:3name:index.35,createVersion:3name:undoLog.1name:index.39,createVersion:3name:table.47,createVersion:3name:index.50,createVersion:3name:index.53,createVersion:3
    name:table.0name:table.8,createVersion:3name:table.20,createVersion:3name:index.33,createVersion:3name:index.15,createVersion:3name:table.30,createVersion:3
    name:lobMap
    name:lobRef
    name:lobDataname:table.3,createVersion:2name:index.6,createVersion:2name:undoLog.2,createVersion:2name:table.14,createVersion:215,createVersion:3name:table.30,createVersion:3
    name:lobMap
    name:lobRef
    name:lobDataname:table.3,createVersion:2name:index.6,createVersion:2name:undoLog.2,createVersion:2name:table.14,createVersion:2v
    name.index.53
    name.index.6
    name.lobData
    name.lobMap
    name.lobRefname.openTransactions
    name.table.25 name.table.0
    name.table.47name.table.3
    name.table.8name.undoLog.1name.undoLog.2root.18root.19root.1broot.1croot.3root.7root.8371e1012361f19201c2b2c864513c1d3511739181b2a3229
    18000002dc0
    180000032c0
    18000003688
    180000053c0
    14000002dc1
    1000008169a
    100000a900aLIBRARY_ID" BIGINT NOT NULL,
    "METADATA_ID" BIGINT NOT NULL
    uALTER TABLE "PUBLIC"."SERIES" ADD CONSTRAINT "PUBLIC"."CONSTRAINT_4" PRIMARY KEY("ID") INDEX "PUBLIC"."PRIMARY_KEY_B")
    name.index.15A �@<�@�!
    �!chunk.1chunk.2chunk.3chunk.4map.1map.10map.11map.12map.18map.19map.1bmap.1cmap.1dmap.1emap.1fmap.2map.20map.2amap.2bmap.2cmap.3map.32map.35map.36map.37map.39map.4map.5map.6map.7map.8map.9map.c�chunk:1,block:2,len:1,liveMax:0,livePages:0,map:6,max:130,next:3,pages:2,root:400000368c,time:82,unused:283,unusedAtVersion:1,version:1,pinCount:0�chunk:2,block:3,len:1,liveMax:0,livePages:0,map:6,max:2c0,next:4,pages:2,root:8000005a10,time:283,unused:479,unusedAtVersion:2,version:2,pinCount:0�chunk:3,block:4,len:2,liveMax:0,livePages:0,map:10,max:2030,next:6,pages:5,root:c000061fd6,time:479,unused:676,unusedAtVchunk:a,block:a,version:a,fletcher:aed364f7
    chunk:b,block:b,len:1,map:39,max:830,next:c,pages:2,root:2c000002dc3,time:b66b,version:b,pinCount:0
    name.index.15_�£chunk.5chunk.6chunk.7chunk.8chunk.9chunk.amap.1map.10map.11map.12map.18map.19map.1bmap.1cmap.1dmap.1emap.1fmap.2map.20map.2amap.2bmap.2cmap.3map.32map.35map.36map.37map.39map.4map.5map.6map.7map.8map.9map.c�chunk:5,block:7,len:2,liveMax:c00,livePages:1,map:39,max:1750,pages:5,root:14000033283,time:24f4,unusedAtVersion:6,version:5,pinCount:0�chunk:6,block:5,len:1,liveMax:e0,livePages:4,map:39,max:c10,pages:7,root:18000005bc3,time:26ec,unusedAtVersion:6,version:6,pinCount:0�chunk:7,block:2,len:3,liveMax:27e0,livePages:5,map:39,max:2e10,next:d,pages:7,root:1c00007b643,time:b659,unusedAtVersion:7,version:7,pinCount:0�chunk:8,block:9,len:1,liveMax:0,livePages:0,map:39,max:830,pages:2,root:20000002dc3,time:b661,unused:b664,unusedAtVersion:8,version:8,pinCount:0�chunk:9,block:6,len:1,liveMax:0,livePages:0,map:39,max:830,next:7,pages:2,root:24000002dc3,time:b664,unused:b669,unusedAtVersion:9,version:9,pinCount:0�chunk:a,block:a,len:1,liveMax:0,livePages:0,map:39,max:830,pages:2,root:28000002dc3,time:b669,unused:b66b,unusedAtVersion:a,version:a,pinCount:0name:openTransactionsname:index.23,createVersion:2name:table.25,createVersion:3name:index.28,createVersion:3name:table.37,createVersion:3name:index.38,createVersion:3name:table.40,createVersion:3name:index.43,createVersion:3name:table.17,createVersion:3name:index.22,createVersion:3name:index.35,createVersion:3name:undoLog.1name:index.39,createVersion:3name:table.47,createVersion:3name:index.50,createVersion:3name:index.53,createVersion:3
    name:table.0name:table.8,createVersion:3name:table.20,createVersion:3name:index.33,createVersion:3name:index.15,createVersion:3name:table.30,createVersion:3
    name:lobMap
    name:lobRef
    name:lobDataname:table.3,createVersion:2name:index.6,createVersion:2name:undoLog.2,createVersion:2name:table.14,createVersion:2og.2,createVersion:2name:table.14,createVersion:2v
    name.index.53
    name.index.6
    name.lobData
    name.lobMap
    name.lobRefname.openTransactions
    name.table.25 name.table.0
    name.table.47name.table.3
    name.table.8name.undoLog.1name.undoLog.2root.18root.19root.1broot.1croot.3root.7root.8371e1012361f19201c2b2c864513c1d3511739181b2a3229
    18000002dc0
    180000032c0
    18000003688
    180000053c0
    14000002dc1
    1000008169a
    100000a900aLIBRARY_ID" BIGINT NOT NULL,
    "METADATA_ID" BIGINT NOT NULL
    uALTER TABLE "PUBLIC"."SERIES" ADD CONSTRAINT "PUBLIC"."CONSTRAINT_4" PRIMARY KEY("ID") INDEX "PUBLIC"."PRIMARY_KEY_B")
    name.index.15A �@<�@�!
    �!chunk.1chunk.2chunk.3chunk.4map.1map.10map.11map.12map.18map.19map.1bmap.1cmap.1dmap.1emap.1fmap.2map.20map.2amap.2bmap.2cmap.3map.32map.35map.36map.37map.39map.4map.5map.6map.7map.8map.9map.c�chunk:1,block:2,len:1,liveMax:0,livePages:0,map:6,max:130,next:3,pages:2,root:400000368c,time:82,unused:283,unusedAtVersion:1,version:1,pinCount:0�chunk:2,block:3,len:1,liveMax:0,livePages:0,map:6,max:2c0,next:4,pages:2,root:8000005a10,time:283,unused:479,unusedAtVersion:2,version:2,pinCount:0�chunk:3,block:4,len:2,liveMax:0,livePages:0,map:10,max:2030,next:6,pages:5,root:c000061fd6,time:479,unused:676,unusedAtVchunk:b,block:b,version:b,fletcher:bfd367f7
    chunk:c,block:c,len:2,map:39,max:1b50,next:e,pages:5,root:30000033283,time:d4e2,version:c,pinCount:0
    �5��5
    .1234567
    �CREATE CACHED TABLE "PUBLIC"."flyway_schema_history"(' HASH 'ce3dbfff1f467b35c6cede1f61a91985f3043fc6ef55da9019a2d6ce3f3b687f' ADMIN#
    "installed_rank" INT NOT NULL,
    "version" VARCHAR(50),
    "description" VARCHAR(200) NOT NULL,
    "type" VARCHAR(20) NOT NULL,
    "script" VARCHAR(1000) NOT NULL,
    "checksum" INT,
    "installed_by" VARCHAR(100) NOT NULL,
    "installed_on" TIMESTAMP DEFAULT CURRENT_TIMESTAMP NOT NULL,
    "execution_time" INT NOT NULL,
    "success" BOOLEAN NOT NULL
    �CREATE CACHED TABLE "PUBLIC"."MEDIA"(EQUENCE" START WITH 33( "."flyway_schema_history"("success")' #RY KEY("installed_rank") INDEX "PUBLIC"."PRIMARY_KEY_6"& !
    "ID" BIGINT NOT NULL,
    "MEDIA_TYPE" VARCHAR,
    "STATUS" VARCHAR NOT NULL,
    "THUMBNAIL" BLOB,
    "CREATED_DATE" TIMESTAMP NOT NULL,
    "LAST_MODIFIED_DATE" TIMESTAMP NOT NULL,
    "COMMENT" VARCHAR
    �CREATE CACHED TABLE "PUBLIC"."MEDIA_PAGE"(T "PUBLIC"."CONSTRAINT_7" PRIMARY KEY("ID") INDEX "PUBLIC"."PRIMARY_KEY_E".
    "MEDIA_ID" BIGINT NOT NULL,
    "FILE_NAME" VARCHAR NOT NULL,
    "MEDIA_TYPE" VARCHAR NOT NULL,
    "NUMBER" INTEGER
    vCREATE CACHED TABLE "PUBLIC"."USER_LIBRARY_SHARING"(ADATA_ID_INDEX_9" ON "PUBLIC"."SERIES"("METADATA_ID")
    "USER_ID" BIGINT NOT NULL,
    "LIBRARY_ID" BIGINT NOT NULL
    �ALTER TABLE "PUBLIC"."MEDIA_PAGE" ADD CONSTRAINT "PUBLIC"."FK_MEDIA_PAGE_MEDIA_MEDIA_ID" FOREIGN KEY("MEDIA_ID") INDEX "PUBLIC"."FK_MEDIA_PAGE_MEDIA_MEDIA_ID_INDEX_9" REFERENCES "PUBLIC"."MEDIA"("ID") NOC�CREATE CACHED TABLE "PUBLIC"."SERIES"(AINT "PUBLIC"."FK_BOOK_MEDIA_MEDIA_ID" FOREIGN KEY("MEDIA_ID") REFERENCES "PUBLIC"."MEDIA"("ID") NOCHECK
    "ID" BIGINT NOT NULL,
    "CREATED_DATE" TIMESTAMP NOT NULL,
    "LAST_MODIFIED_DATE" TIMESTAMP NOT NULL,
    "FILE_LAST_MODIFIED" TIMESTAMP NOT NULL,
    "NAME" VARCHAR NOT NULL,
    "URL" VARCHAR NOT NULL,
    "LIBRARY_ID" BIGINT NOT NULL,
    "METADATA_ID" BIGINT NOT NULL
    uALTER TABLE "PUBLIC"."SERIES" ADD CONSTRAINT "PUBLIC"."CONSTRAINT_4" PRIMARY KEY("ID") INDEX "PUBLIC"."PRIMARY_KEY_B")
    name.index.15 �<�?R$$
    �$chunk.5chunk.6chunk.7chunk.8chunk.9chunk.achunk.bmap.1map.10map.11map.12map.18map.19map.1bmap.1cmap.1dmap.1emap.1fmap.2map.20map.2amap.2bmap.2cmap.3map.32map.35map.36map.37map.39map.4map.5map.6map.7map.8map.9map.c�chunk:5,block:7,len:2,liveMax:0,livePages:0,map:39,max:1750,pages:5,root:14000033283,time:24f4,unused:d4e2,unusedAtVersion:b,version:5,pinCount:0�chunk:6,block:5,len:1,liveMax:e0,livePages:4,map:39,max:c10,pages:7,root:18000005bc3,time:26ec,unusedAtVersion:6,version:6,pinCount:0�chunk:7,block:2,len:3,liveMax:24c0,livePages:3,map:39,max:2e10,next:d,pages:7,root:1c00007b643,time:b659,unusedAtVersion:b,version:7,pinCount:0�chunk:8,block:9,len:1,liveMax:0,livePages:0,map:39,max:830,pages:2,root:20000002dc3,time:b661,unused:b664,unusedAtVersion:8,version:8,pinCount:0�chunk:9,block:6,len:1,liveMax:0,livePages:0,map:39,max:830,next:7,pages:2,root:24000002dc3,time:b664,unused:b669,unusedAtVersion:9,version:9,pinCount:0�chunk:a,block:a,len:1,liveMax:0,livePages:0,map:39,max:830,pages:2,root:28000002dc3,time:b669,unused:b66b,unusedAtVersion:a,version:a,pinCount:0�chunk:b,block:b,len:1,liveMax:0,livePages:0,map:39,max:830,next:c,pages:2,root:2c000002dc3,time:b66b,unused:d4e2,unusedAtVersion:b,version:b,pinCount:0name:openTransactionsname:index.23,createVersion:2name:table.25,createVersion:3name:index.28,createVersion:3name:table.37,createVersion:3name:index.38,createVersion:3name:table.40,createVersion:3name:index.43,createVersion:3name:table.17,createVersion:3name:index.22,createVersion:3name:index.35,createVersion:3name:undoLog.1name:index.39,createVersion:3name:table.47,createVersion:3name:index.50,createVersion:3name:index.53,createVersion:3
    name:table.0name:table.8,createVersion:3name:table.20,createVersion:3name:index.33,createVersion:3name:index.15,createVersion:3name:table.30,createVersion:3
    name:lobMap
    name:lobRef
    name.index.53obDataname:table.3,createVersion:2name:index.6,createVersion:2name:undoLog.2,createVersion:2name:table.14,createVersion:2v�$
    name.index.6
    name.lobData
    name.lobMap
    name.lobRefname.openTransactions
    name.table.25 name.table.0
    name.table.47name.table.3
    name.table.8name.undoLog.1name.undoLog.2root.18root.19root.1broot.1croot.3root.7root.8371e1012361f19201c2b2c864513c1d3511739181b2a3229
    18000002dc0
    180000032c0
    18000003688
    180000053c0
    30000002dc1
    1c00005199a
    �ALTER TABLE "PUBLIC"."USER_LIBRARY_SHARING" ADD CONSTRAINT "PUBLIC"."FK_USER_LIBRARY_SHARING_USER_ID" FOREIGN KEY("USER_ID") INDEX "PUBLIC"."FK_USER_LIBRARY_SHARING_USER_ID_INDEX_F" REFERENCES "PUBLIC"."U�CREATE CACHED TABLE "PUBLIC"."BOOK"(
    "ID" BIGINT NOT NULL,
    "CREATED_DATE" TIMESTAMP NOT NULL,
    "LAST_MODIFIED_DATE" TIMESTAMP NOT NULL,
    "FILE_LAST_MODIFIED" TIMESTAMP NOT NULL,
    "NAME" VARCHAR NOT NULL,
    "URL" VARCHAR NOT NULL,
    "MEDIA_ID" BIGINT NOT NULL,
    "SERIES_ID" BIGINT NOT NULL,
    "FILE_SIZE" BIGINT DEFAULT 0,
    "NUMBER" FLOAT4 DEFAULT 0
    �ALTER TABLE "PUBLIC"."SERIES" ADD CONSTRAINT "PUBLIC"."FK_SERIES_LIBRARY_LIBRARY_ID" FOREIGN KEY("LIBRARY_ID") INDEX "PUBLIC"."FK_SERIES_LIBRARY_LIBRARY_ID_INDEX_B" REFERENCES "PUBLIC"."LIBRARY"("ID") NOC�ALTER TABLE "PUBLIC"."SERIES" ADD CONSTRAINT "PUBLIC"."FK_SERIES_SERIES_METADATA_METADATA_ID" FOREIGN KEY("METADATA_ID") INDEX "PUBLIC"."FK_SERIES_SERIES_METADATA_METADATA_ID_INDEX_9" REFERENCES "PUBLIC"."SERIES_METADATA"(chunk:c,block:c,version:c,fletcher:d0d36af7
  2. albjeremias created this gist Feb 17, 2020.
    128 changes: 128 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,128 @@
    Attaching to komga
    komga | LOGBACK: No context given for c.q.l.core.rolling.SizeAndTimeBasedRollingPolicy@1181815135
    komga | ____ __.
    komga | | |/ _|____ _____ _________
    komga | | < / _ \ / \ / ___\__ \
    komga | | | ( <_> ) Y Y \/ /_/ > __ \_
    komga | |____|__ \____/|__|_| /\___ (____ /
    komga | \/ \//_____/ \/
    komga |
    komga | Version: 0.14.1
    komga |
    komga | 2020-02-17 13:11:58.915 INFO 1 --- [ main] org.gotson.komga.ApplicationKt : Starting ApplicationKt on c2b999fdd935 with PID 1 (/app started by root in /)
    komga | 2020-02-17 13:11:58.920 INFO 1 --- [ main] org.gotson.komga.ApplicationKt : The following profiles are active: prod,flyway,docker
    komga | 2020-02-17 13:12:01.638 INFO 1 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
    komga | 2020-02-17 13:12:01.823 INFO 1 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 174ms. Found 5 JPA repository interfaces.
    komga | 2020-02-17 13:12:02.668 INFO 1 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
    komga | 2020-02-17 13:12:02.718 INFO 1 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.config.annotation.configuration.ObjectPostProcessorConfiguration' of type [org.springframework.security.config.annotation.configuration.ObjectPostProcessorConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
    komga | 2020-02-17 13:12:02.724 INFO 1 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'objectPostProcessor' of type [org.springframework.security.config.annotation.configuration.AutowireBeanFactoryObjectPostProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
    komga | 2020-02-17 13:12:02.727 INFO 1 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler@21274afe' of type [org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
    komga | 2020-02-17 13:12:02.731 INFO 1 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.config.annotation.method.configuration.GlobalMethodSecurityConfiguration' of type [org.springframework.security.config.annotation.method.configuration.GlobalMethodSecurityConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
    komga | 2020-02-17 13:12:02.739 INFO 1 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'methodSecurityMetadataSource' of type [org.springframework.security.access.method.DelegatingMethodSecurityMetadataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
    komga | 2020-02-17 13:12:03.215 INFO 1 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8080 (http)
    komga | 2020-02-17 13:12:03.231 INFO 1 --- [ main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
    komga | 2020-02-17 13:12:03.232 INFO 1 --- [ main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.29]
    komga | 2020-02-17 13:12:03.430 INFO 1 --- [ main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
    komga | 2020-02-17 13:12:03.431 INFO 1 --- [ main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 4334 ms
    komga | 2020-02-17 13:12:03.595 INFO 1 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
    komga | 2020-02-17 13:12:03.921 INFO 1 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
    komga | 2020-02-17 13:12:03.932 INFO 1 --- [ main] o.s.b.a.h2.H2ConsoleAutoConfiguration : H2 console available at '/h2-console'. Database available at 'jdbc:h2:/config/database.h2'
    komga | 2020-02-17 13:12:04.442 INFO 1 --- [ main] o.f.c.internal.license.VersionPrinter : Flyway Community Edition 6.0.8 by Redgate
    komga | 2020-02-17 13:12:04.467 INFO 1 --- [ main] o.f.c.internal.database.DatabaseFactory : Database: jdbc:h2:/config/database.h2 (H2 1.4)
    komga | 2020-02-17 13:12:04.509 WARN 1 --- [ main] o.f.c.internal.database.base.Database : Flyway upgrade recommended: H2 1.4.200 is newer than this version of Flyway and support has not been tested. The latest supported version of H2 is 1.4.199.
    komga | 2020-02-17 13:12:04.552 INFO 1 --- [ main] o.f.core.internal.command.DbValidate : Successfully validated 22 migrations (execution time 00:00.029s)
    komga | 2020-02-17 13:12:04.567 INFO 1 --- [ main] o.f.c.i.s.JdbcTableSchemaHistory : Creating Schema History table "PUBLIC"."flyway_schema_history" ...
    komga | 2020-02-17 13:12:04.661 INFO 1 --- [ main] o.f.core.internal.command.DbMigrate : Current version of schema "PUBLIC": << Empty Schema >>
    komga | 2020-02-17 13:12:04.680 INFO 1 --- [ main] o.f.core.internal.command.DbMigrate : Migrating schema "PUBLIC" to version 20190819161603 - First Version
    komga | 2020-02-17 13:12:04.752 INFO 1 --- [ main] o.f.core.internal.command.DbMigrate : Migrating schema "PUBLIC" to version 20190906100609 - regenerate webp covers
    komga | 2020-02-17 13:12:04.796 INFO 1 --- [ main] o.f.core.internal.command.DbMigrate : Migrating schema "PUBLIC" to version 20190906152334 - reparse pdf files
    komga | 2020-02-17 13:12:04.825 INFO 1 --- [ main] o.f.core.internal.command.DbMigrate : Migrating schema "PUBLIC" to version 20190907104615 - reparse pdf files
    komga | 2020-02-17 13:12:04.863 INFO 1 --- [ main] o.f.core.internal.command.DbMigrate : Migrating schema "PUBLIC" to version 20190907143337 - reparse pdf files
    komga | 2020-02-17 13:12:04.884 INFO 1 --- [ main] o.f.core.internal.command.DbMigrate : Migrating schema "PUBLIC" to version 20190910082852 - rescan series
    komga | 2020-02-17 13:12:04.919 INFO 1 --- [ main] o.f.core.internal.command.DbMigrate : Migrating schema "PUBLIC" to version 20190926112211 - library entity
    komga | 2020-02-17 13:12:04.951 INFO 1 --- [ main] o.f.core.internal.command.DbMigrate : Migrating schema "PUBLIC" to version 20190926114415 - create library from series
    komga | 2020-02-17 13:12:04.980 INFO 1 --- [ main] o.f.core.internal.command.DbMigrate : Migrating schema "PUBLIC" to version 20190927132225 - serie library id not null
    komga | 2020-02-17 13:12:04.996 INFO 1 --- [ main] o.f.core.internal.command.DbMigrate : Migrating schema "PUBLIC" to version 20191008135338 - rename serie to series
    komga | 2020-02-17 13:12:05.011 INFO 1 --- [ main] o.f.core.internal.command.DbMigrate : Migrating schema "PUBLIC" to version 20191010153833 - delete thumbnails to force regeneration in jpeg
    komga | 2020-02-17 13:12:05.023 INFO 1 --- [ main] o.f.core.internal.command.DbMigrate : Migrating schema "PUBLIC" to version 20191014143703 - user entity
    komga | 2020-02-17 13:12:05.039 INFO 1 --- [ main] o.f.core.internal.command.DbMigrate : Migrating schema "PUBLIC" to version 20191021101906 - user library sharing
    komga | 2020-02-17 13:12:05.076 INFO 1 --- [ main] o.f.core.internal.command.DbMigrate : Migrating schema "PUBLIC" to version 20191029153618 - book filesize
    komga | 2020-02-17 13:12:05.114 INFO 1 --- [ main] o.f.core.internal.command.DbMigrate : Migrating schema "PUBLIC" to version 20191122164159 - book number
    komga | 2020-02-17 13:12:05.179 INFO 1 --- [ main] o.f.core.internal.command.DbMigrate : Migrating schema "PUBLIC" to version 20191230131239 - rename metadata to media
    komga | 2020-02-17 13:12:05.210 INFO 1 --- [ main] o.f.core.internal.command.DbMigrate : Migrating schema "PUBLIC" to version 20200103170613 - media as auditable entity
    komga | 2020-02-17 13:12:05.287 INFO 1 --- [ main] o.f.core.internal.command.DbMigrate : Migrating schema "PUBLIC" to version 20200108103325 - media comment
    komga | 2020-02-17 13:12:05.301 INFO 1 --- [ main] o.f.core.internal.command.DbMigrate : Migrating schema "PUBLIC" to version 20200121153351 - series metadata
    komga | 2020-02-17 13:12:05.343 INFO 1 --- [ main] o.f.core.internal.command.DbMigrate : Migrating schema "PUBLIC" to version 20200121154334 - create series metadata from series
    komga | 2020-02-17 13:12:05.365 INFO 1 --- [ main] o.f.core.internal.command.DbMigrate : Migrating schema "PUBLIC" to version 20200121154845 - series metadata id not null
    komga | 2020-02-17 13:12:05.388 INFO 1 --- [ main] o.f.core.internal.command.DbMigrate : Migrating schema "PUBLIC" to version 20200131101624 - series metadata title
    komga | 2020-02-17 13:12:05.413 INFO 1 --- [ main] o.f.core.internal.command.DbMigrate : Successfully applied 22 migrations to schema "PUBLIC" (execution time 00:00.761s)
    komga | 2020-02-17 13:12:05.535 INFO 1 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default]
    komga | 2020-02-17 13:12:05.654 INFO 1 --- [ main] org.hibernate.Version : HHH000412: Hibernate Core {5.4.9.Final}
    komga | 2020-02-17 13:12:05.887 INFO 1 --- [ main] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.1.0.Final}
    komga | 2020-02-17 13:12:06.043 INFO 1 --- [ main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.H2Dialect
    komga | 2020-02-17 13:12:07.690 INFO 1 --- [ main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
    komga | 2020-02-17 13:12:07.702 INFO 1 --- [ main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
    komga | 2020-02-17 13:12:09.657 INFO 1 --- [ main] o.g.k.i.image.ImageConverter : Supported read formats: [JPEG 2000, JPG, tiff, PCX, bigtiff, bmp, gif, WBMP, PNG, RAW, JPEG, PNM, BigTIFF, tif, TIFF, jpeg, wbmp, jpeg-lossless, jbig2, jpg, JPEG2000, pcx, BMP, GIF, png, BIGTIFF, raw, webp, JPEG-LOSSLESS, JBIG2, pnm, TIF, jpeg2000, jpeg 2000]
    komga | 2020-02-17 13:12:09.659 INFO 1 --- [ main] o.g.k.i.image.ImageConverter : Supported read mediaTypes: [, image/png, image/vnd.wap.wbmp, image/x-jb2, image/jpeg, image/x-portable-graymap, image/pcx, image/bmp, image/x-windows-pcx, image/x-windows-bmp, image/gif, image/x-pc-paintbrush, image/jpeg2000, image/webp, image/x-pcx, image/jp2, image/x-bmp, image/x-png, image/x-portable-bitmap, image/x-portable-pixmap, image/tiff, image/x-tiff, image/x-jbig2, image/x-portable-anymap]
    komga | 2020-02-17 13:12:09.661 INFO 1 --- [ main] o.g.k.i.image.ImageConverter : Supported write formats: [JPG, JPEG 2000, tiff, bmp, PCX, gif, WBMP, PNG, RAW, JPEG, PNM, tif, TIFF, jpeg, wbmp, jpg, JPEG2000, BMP, pcx, GIF, png, raw, pnm, TIF, jpeg2000, jpeg 2000]
    komga | 2020-02-17 13:12:09.662 INFO 1 --- [ main] o.g.k.i.image.ImageConverter : Supported write mediaTypes: [, image/png, image/vnd.wap.wbmp, image/jpeg, image/x-portable-graymap, image/bmp, image/pcx, image/gif, image/x-windows-pcx, image/x-windows-bmp, image/jpeg2000, image/x-pc-paintbrush, image/jp2, image/x-pcx, image/x-bmp, image/x-png, image/x-portable-bitmap, image/x-portable-pixmap, image/tiff, image/x-tiff, image/x-portable-anymap]
    komga | 2020-02-17 13:12:09.938 WARN 1 --- [ main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
    komga | 2020-02-17 13:12:10.868 INFO 1 --- [ main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 16 endpoint(s) beneath base path '/actuator'
    komga | 2020-02-17 13:12:11.021 INFO 1 --- [ main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'analyzeBookTaskExecutor'
    komga | 2020-02-17 13:12:11.028 INFO 1 --- [ main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'periodicScanTaskExecutor'
    komga | 2020-02-17 13:12:11.030 INFO 1 --- [ main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'regenerateThumbnailsTaskExecutor'
    komga | 2020-02-17 13:12:11.032 INFO 1 --- [ main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'reAnalyzeBooksTaskExecutor'
    komga | 2020-02-17 13:12:11.211 INFO 1 --- [ main] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/error**'], []
    komga | 2020-02-17 13:12:11.214 INFO 1 --- [ main] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/css/**'], []
    komga | 2020-02-17 13:12:11.215 INFO 1 --- [ main] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/img/**'], []
    komga | 2020-02-17 13:12:11.215 INFO 1 --- [ main] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/js/**'], []
    komga | 2020-02-17 13:12:11.216 INFO 1 --- [ main] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/favicon.ico'], []
    komga | 2020-02-17 13:12:11.216 INFO 1 --- [ main] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/'], []
    komga | 2020-02-17 13:12:11.216 INFO 1 --- [ main] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/index.html'], []
    komga | 2020-02-17 13:12:11.298 INFO 1 --- [ main] pertySourcedRequestMappingHandlerMapping : Mapped URL path [/v2/api-docs] onto method [springfox.documentation.swagger2.web.Swagger2Controller#getDocumentation(String, HttpServletRequest)]
    komga | 2020-02-17 13:12:11.316 INFO 1 --- [ main] o.s.b.a.w.s.WelcomePageHandlerMapping : Adding welcome page: class path resource [public/index.html]
    komga | 2020-02-17 13:12:11.500 INFO 1 --- [ main] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@8872669, org.springframework.security.web.context.SecurityContextPersistenceFilter@7f8f120c, org.springframework.security.web.header.HeaderWriterFilter@46763680, org.springframework.web.filter.CorsFilter@14b53f58, org.springframework.security.web.authentication.logout.LogoutFilter@50be5d6f, org.springframework.security.web.session.ConcurrentSessionFilter@627b5e5b, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@5f3705e7, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@33e09baf, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@156322ce, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@1e23e1ef, org.springframework.security.web.session.SessionManagementFilter@eba64a9, org.springframework.security.web.access.ExceptionTranslationFilter@5c863996, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@2cf073da]
    komga | 2020-02-17 13:12:11.797 INFO 1 --- [ main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler'
    komga | 2020-02-17 13:12:11.836 INFO 1 --- [ main] d.s.w.p.DocumentationPluginsBootstrapper : Context refreshed
    komga | 2020-02-17 13:12:11.858 INFO 1 --- [ main] d.s.w.p.DocumentationPluginsBootstrapper : Found 1 custom documentation plugin(s)
    komga | 2020-02-17 13:12:11.954 INFO 1 --- [ main] s.d.s.w.s.ApiListingReferenceScanner : Scanning for api listing references
    komga | 2020-02-17 13:12:12.314 INFO 1 --- [ main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getBookFileUsingGET_1
    komga | 2020-02-17 13:12:12.317 INFO 1 --- [ main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getBookFileUsingGET_2
    komga | 2020-02-17 13:12:12.363 INFO 1 --- [ main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getBookPageUsingGET_1
    komga | 2020-02-17 13:12:12.409 INFO 1 --- [ main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getBookThumbnailUsingGET_1
    komga | 2020-02-17 13:12:12.486 INFO 1 --- [ main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: analyzeUsingPOST_1
    komga | 2020-02-17 13:12:12.561 INFO 1 --- [ main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getLatestSeriesUsingGET_1
    komga | 2020-02-17 13:12:12.589 INFO 1 --- [ main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: handleUsingGET_1
    komga | 2020-02-17 13:12:12.593 INFO 1 --- [ main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: handleUsingDELETE_1
    komga | 2020-02-17 13:12:12.595 INFO 1 --- [ main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: handleUsingGET_2
    komga | 2020-02-17 13:12:12.596 INFO 1 --- [ main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: handleUsingGET_3
    komga | 2020-02-17 13:12:12.598 INFO 1 --- [ main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: handleUsingGET_4
    komga | 2020-02-17 13:12:12.599 INFO 1 --- [ main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: handleUsingGET_5
    komga | 2020-02-17 13:12:12.601 INFO 1 --- [ main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: handleUsingGET_6
    komga | 2020-02-17 13:12:12.603 INFO 1 --- [ main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: handleUsingGET_7
    komga | 2020-02-17 13:12:12.604 INFO 1 --- [ main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: handleUsingGET_8
    komga | 2020-02-17 13:12:12.605 INFO 1 --- [ main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: handleUsingGET_9
    komga | 2020-02-17 13:12:12.607 INFO 1 --- [ main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: handleUsingGET_10
    komga | 2020-02-17 13:12:12.608 INFO 1 --- [ main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: handleUsingGET_11
    komga | 2020-02-17 13:12:12.610 INFO 1 --- [ main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: handleUsingGET_12
    komga | 2020-02-17 13:12:12.612 INFO 1 --- [ main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: handleUsingGET_13
    komga | 2020-02-17 13:12:12.614 INFO 1 --- [ main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: handleUsingGET_14
    komga | 2020-02-17 13:12:12.615 INFO 1 --- [ main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: handleUsingGET_15
    komga | 2020-02-17 13:12:12.617 INFO 1 --- [ main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: handleUsingGET_16
    komga | 2020-02-17 13:12:12.618 INFO 1 --- [ main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: handleUsingGET_17
    komga | 2020-02-17 13:12:12.620 INFO 1 --- [ main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: handleUsingGET_18
    komga | 2020-02-17 13:12:12.621 INFO 1 --- [ main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: handleUsingGET_19
    komga | 2020-02-17 13:12:12.623 INFO 1 --- [ main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: handleUsingGET_20
    komga | 2020-02-17 13:12:12.636 INFO 1 --- [ main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: analyzeUsingPOST_2
    komga | 2020-02-17 13:12:12.692 INFO 1 --- [ main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getAllSeriesUsingGET_1
    komga | 2020-02-17 13:12:12.697 INFO 1 --- [ main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getLatestSeriesUsingGET_2
    komga | 2020-02-17 13:12:12.707 INFO 1 --- [ main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getOneSeriesUsingGET_1
    komga | 2020-02-17 13:12:12.793 INFO 1 --- [ main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addOneUsingPOST_1
    komga | 2020-02-17 13:12:12.822 INFO 1 --- [ main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getAllUsingGET_1
    komga | 2020-02-17 13:12:12.901 INFO 1 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8080 (http) with context path ''
    komga | 2020-02-17 13:12:12.904 INFO 1 --- [ main] org.gotson.komga.ApplicationKt : Started ApplicationKt in 15.48 seconds (JVM running for 16.342)
    komga | 2020-02-17 13:12:12.947 INFO 1 --- [ main] o.g.k.i.scheduler.InitialUserController : No users exist in database, creating initial users
    komga | 2020-02-17 13:12:13.260 INFO 1 --- [ main] o.g.k.i.s.KomgaUserDetailsLifecycle : Created user: [email protected], roles: [ADMIN]
    komga | 2020-02-17 13:12:13.346 INFO 1 --- [ main] o.g.k.i.scheduler.InitialUserController : Initial user created. Login: [email protected], Password: OIxIzVp0D0Yp
    komga | 2020-02-17 13:12:13.361 INFO 1 --- [nTaskExecutor-1] o.g.k.a.service.AsyncOrchestrator : Starting periodic libraries scan
    komga | 2020-02-17 13:12:13.372 INFO 1 --- [nTaskExecutor-1] o.g.k.a.service.AsyncOrchestrator : No libraries defined, nothing to scan