Skip to content

Commit d9da044

Browse files
author
system
committed
Fix case for migration kind
1 parent 332bac1 commit d9da044

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

rwf/src/model/migrations/bootstrap/1_migrations.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
migration: f57d1f18-f0c7-11f0-9c88-2218e57cbd42
22
name: migrations
3-
kind: INTERNAL
3+
kind: Internal
44
down:
55
- DROP TABLE rwf_migrations
66
up:

rwf/src/model/migrations/bootstrap/2_jobs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: jobs
22
migration: 132a43b0-f0c8-11f0-8542-2218e57cbd42
3-
kind: INTERNAL
3+
kind: Internal
44
description: Enables background and cron jobs
55
requires: f57d1f18-f0c7-11f0-9c88-2218e57cbd42
66
down:

rwf/src/model/migrations/bootstrap/3_requests_tracking.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ migration: 5d1dfd30-f0c9-11f0-a384-2218e57cbd42
22
name: requests tracking
33
requires: 132a43b0-f0c8-11f0-8542-2218e57cbd42
44
description: Enables Analytics functionality. Allows to keep track about users and called endpoints
5-
kind: INTERNAL
5+
kind: Internal
66
down:
77
- DROP TABLE rwf_requests
88
up:

rwf/src/model/migrations/bootstrap/4_static_file_metadata.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ migration: dee183ea-f0ca-11f0-b610-2218e57cbd42
22
requires: 132a43b0-f0c8-11f0-8542-2218e57cbd42
33
name: rwf_static_file_metas
44
description: Enable ETag / LastModified / If-None-Match / If-Modified-Since Header Support for the StaticFile Controller
5-
kind: INTERNAL
5+
kind: Internal
66
down:
77
- DROP TABLE rwf_static_file_metas
88
up:

0 commit comments

Comments
 (0)