octavius-postgresql
Toggle table of contents
0.9.9
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
octavius-postgresql
migrations
/
io.github.octaviusframework.migrations.discovery
/
DiscoveredMigration
/
Code
/
Code
Code
constructor
(
version
:
MigrationVersion
?
,
description
:
String
,
script
:
String
,
origin
:
String
,
migrationClass
:
Class
<
*
>
)