From 013be016bc651b618675b801bd8e81a6119f9f7c Mon Sep 17 00:00:00 2001 From: struga Date: Wed, 12 Jan 2022 12:15:09 +0300 Subject: [PATCH] Add schedlock (#17) --- src/main/resources/db/migration/V92__add_schedlock.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/db/migration/V92__add_schedlock.sql b/src/main/resources/db/migration/V92__add_schedlock.sql index cbc9148..e0ff0d1 100644 --- a/src/main/resources/db/migration/V92__add_schedlock.sql +++ b/src/main/resources/db/migration/V92__add_schedlock.sql @@ -5,4 +5,4 @@ CREATE TABLE nw.shedlock locked_at TIMESTAMP(3) NULL, locked_by VARCHAR(255), PRIMARY KEY (name) -) \ No newline at end of file +); \ No newline at end of file