mirror of
https://github.com/willchen96/mike.git
synced 2026-06-10 20:35:12 +02:00
Update document UI, tabular reviews, and storage caching
This commit is contained in:
parent
2bbb628891
commit
4f3384334a
26 changed files with 856 additions and 341 deletions
|
|
@ -283,6 +283,7 @@ create table if not exists public.tabular_reviews (
|
|||
user_id text not null,
|
||||
title text,
|
||||
columns_config jsonb,
|
||||
document_ids jsonb,
|
||||
workflow_id uuid references public.workflows(id) on delete set null,
|
||||
practice text,
|
||||
shared_with jsonb not null default '[]'::jsonb,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue