mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 12:47:13 +01:00
update schema and queries to implement reset_at
This commit is contained in:
parent
43ef6884df
commit
14e4a090bb
15 changed files with 74 additions and 59 deletions
|
|
@ -48,7 +48,7 @@ export interface User {
|
|||
export interface Website {
|
||||
id: string;
|
||||
userId: string;
|
||||
revId: number;
|
||||
resetAt: Date;
|
||||
name: string;
|
||||
domain: string;
|
||||
shareId: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue