mirror of
https://github.com/openziti/zrok.git
synced 2025-08-09 00:04:43 +02:00
limit_check_lock (#287)
This commit is contained in:
@ -0,0 +1,7 @@
|
||||
-- +migrate Up
|
||||
|
||||
create table limit_check_locks (
|
||||
id serial primary key,
|
||||
account_id integer not null references accounts (id),
|
||||
updated_at timestamptz not null default(current_timestamp)
|
||||
);
|
Reference in New Issue
Block a user