mirror of
https://github.com/openziti/zrok.git
synced 2025-08-09 08:05:04 +02:00
pessistic locking upsert on limit_check_locks (#287)
This commit is contained in:
@ -2,6 +2,6 @@
|
||||
|
||||
create table limit_check_locks (
|
||||
id serial primary key,
|
||||
account_id integer not null references accounts (id),
|
||||
account_id integer not null references accounts (id) unique,
|
||||
updated_at timestamptz not null default(current_timestamp)
|
||||
);
|
Reference in New Issue
Block a user