mirror of
https://github.com/hoppscotch/hoppscotch
synced 2024-11-23 07:39:55 +00:00
chore: updated primsa type for executed on
This commit is contained in:
parent
cd4750fcce
commit
523c650c9d
@ -94,7 +94,7 @@ model UserHistory {
|
||||
request Json
|
||||
responseMetadata Json
|
||||
isStarred Boolean
|
||||
executedOn DateTime @default(now())
|
||||
executedOn DateTime @default(now()) @db.Timestamp(3)
|
||||
}
|
||||
|
||||
enum ReqType {
|
||||
|
Loading…
Reference in New Issue
Block a user