Skip to content

Commit

Permalink
Update README.adoc
Browse files Browse the repository at this point in the history
  • Loading branch information
alturkovic authored Jan 31, 2023
1 parent 6fcad50 commit 9fa3daa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ Make sure you create the table and configure the table ID incrementer.
Example how to create table:
[source, sql]
----
CREATE TABLE IF NOT EXISTS `lock` (
CREATE TABLE IF NOT EXISTS `distributed_lock` (
id INT NOT NULL AUTO_INCREMENT,
lock_key VARCHAR(255),
token VARCHAR(255),
Expand Down

0 comments on commit 9fa3daa

Please sign in to comment.