mirror of
https://github.com/openziti/zrok.git
synced 2025-08-09 00:04:43 +02:00
pr comments
This commit is contained in:
@ -1,10 +1,10 @@
|
||||
-- +migrate Up
|
||||
|
||||
--
|
||||
-- invites
|
||||
-- invite_tokens
|
||||
---
|
||||
|
||||
create table invites (
|
||||
create table invite_tokens (
|
||||
id serial primary key,
|
||||
token varchar(32) not null unique,
|
||||
created_at timestamptz not null default(current_timestamp),
|
||||
|
Reference in New Issue
Block a user