You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: mkdocs/docs/en/documentation/database-migration.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ Example of the complete configuration described in the `FlywayConfig` class (def
47
47
executeInTransaction = true //(3)!
48
48
validateOnMigrate = true //(4)!
49
49
mixed = false //(5)!
50
-
configurationProperties = {} //(6)!
50
+
configurationProperties {} //(6)!
51
51
}
52
52
```
53
53
@@ -56,7 +56,6 @@ Example of the complete configuration described in the `FlywayConfig` class (def
56
56
3. Whether to execute migrations within a transaction.
57
57
4. Whether to verify checksums of existing migrations before execution. An error will occur if they do not match.
58
58
5. Whether to allow mixing transactional and non-transactional SQL operations in a single migration. If enabled, the entire migration will be executed **without a transaction** to avoid errors in databases where certain operations cannot be run inside a transaction.
59
-
60
59
This setting is only relevant for databases that do not support executing certain operations within a transaction: PostgreSQL, Aurora PostgreSQL, SQL Server, and SQLite.
61
60
6. Additional key-value configuration properties for `Flyway#configurationProperties`.
62
61
@@ -77,7 +76,6 @@ Example of the complete configuration described in the `FlywayConfig` class (def
77
76
3. Whether to execute migrations within a transaction.
78
77
4. Whether to verify checksums of existing migrations before execution. An error will occur if they do not match.
79
78
5. Whether to allow mixing transactional and non-transactional SQL operations in a single migration. If enabled, the entire migration will be executed **without a transaction** to avoid errors in databases where certain operations cannot be run inside a transaction.
80
-
81
79
This setting is only relevant for databases that do not support executing certain operations within a transaction: PostgreSQL, Aurora PostgreSQL, SQL Server, and SQLite.
82
80
6. Additional key-value configuration properties for `Flyway#configurationProperties`.
-[DistributionSummary](https://docs.micrometer.io/micrometer/reference/concepts/distribution-summaries.html) — value distribution, including durations
136
+
-[DistributionSummary](https://docs.micrometer.io/micrometer/reference/concepts/distribution-summaries.html) — used for collecting distributions of arbitrary values.
137
+
This metric type enables efficient data visualization across buckets and percentile calculation.
-[DistributionSummary](https://docs.micrometer.io/micrometer/reference/concepts/distribution-summaries.html) — распределение значений, в частности длительностей
136
+
-[DistributionSummary](https://docs.micrometer.io/micrometer/reference/concepts/distribution-summaries.html) — применяется как инструмент для сбора распределения произвольных величин.
137
+
Тип метрики позволяет эффективно визуализировать данные по бакетам и рассчитывать персентиль.
Copy file name to clipboardExpand all lines: mkdocs/overrides/main.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@
37
37
{% if page and page.title and not page.is_homepage %}
38
38
{% set title = page.title ~ " - " ~ title | striptags %}
39
39
{% endif %}
40
-
{% set title = title ~ " | " ~ config.copyright ~ " | Тинькофф" %}
40
+
{% set title = title ~ " | Kora" %}
41
41
<title>{{ title }}</title>
42
42
<pstyle="display: none">Kora облачно ориентированный серверный фреймворк написанный на Java для написания Java / Kotlin приложений с упором на производительность, эффективность, прозрачность сделанный выходцами из Т-Банк / Тинькофф</p>
43
43
<pstyle="display: none">Kora is a cloud-oriented server-side Java framework for writing Java / Kotlin applications with a focus on performance, efficiency and transparency</p>
0 commit comments