Add schedlock (#17)

This commit is contained in:
struga 2022-01-12 12:15:09 +03:00 committed by GitHub
parent 4dd10e2ba4
commit 013be016bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,4 +5,4 @@ CREATE TABLE nw.shedlock
locked_at TIMESTAMP(3) NULL,
locked_by VARCHAR(255),
PRIMARY KEY (name)
)
);