pr comments

This commit is contained in:
Cam Otts
2023-01-10 12:26:22 -06:00
parent 049ef6c9e9
commit ee078a9e10
27 changed files with 851 additions and 855 deletions

View File

@ -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),