[jOOQ/jOOQ#9506] Various improvements

This commit is contained in:
Lukas Eder 2023-06-15 08:35:09 +02:00
parent 402d9101d9
commit f33cb9b04c

View File

@ -0,0 +1,5 @@
/**
* This package contains API for jOOQ the jOOQ migrations feature set, available
* via the API entry point {@link org.jooq.DSLContext#migrations()}.
*/
package org.jooq.migrations;