Skip to content

Commit

Permalink
Merge pull request #68 from navikt/ShedlockTable
Browse files Browse the repository at this point in the history
Add shedlock table
  • Loading branch information
hakonph authored Dec 23, 2022
2 parents 4ab8b3e + 0e2b0cc commit 2955246
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
CREATE TABLE shedlock(
name VARCHAR(64),
lock_until TIMESTAMP(3) NULL,
locked_at TIMESTAMP(3) NULL,
locked_by VARCHAR(255),
PRIMARY KEY (name)
)

0 comments on commit 2955246

Please sign in to comment.