Skip to content

Commit 81a8bd3

Browse files
committedDec 18, 2024·
Change schema version to 0.3.0
1 parent 3044b9a commit 81a8bd3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎cmd/icinga-kubernetes/main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ import (
4141
"time"
4242
)
4343

44-
const expectedSchemaVersion = "0.2.0"
44+
const expectedSchemaVersion = "0.3.0"
4545

4646
func main() {
4747
runtime.ReallyCrash = true

‎schema/mysql/schema.sql

+1-1
Original file line numberDiff line numberDiff line change
@@ -1034,4 +1034,4 @@ CREATE TABLE kubernetes_schema (
10341034
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;
10351035

10361036
INSERT INTO kubernetes_schema (version, timestamp, success, reason)
1037-
VALUES ('0.2.0', UNIX_TIMESTAMP() * 1000, 'y', 'Initial import');
1037+
VALUES ('0.3.0', UNIX_TIMESTAMP() * 1000, 'y', 'Initial import');

0 commit comments

Comments
 (0)