Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
mbryzek committed Jul 31, 2024
1 parent 2417bf7 commit 896dc23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generated/app/db/SessionsDao.scala
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ class SessionsDao @javax.inject.Inject() (override val db: play.api.db.Database)
}

private val DeleteQuery: io.flow.postgresql.Query = {
io.flow.postgresql.Query("delete from public.sessions")
io.flow.postgresql.Query("update public.sessions set {deleted_at}::timestamptz, {deleted_by_guid}::uuid").withDebugging()
}

def insert(
Expand Down

0 comments on commit 896dc23

Please sign in to comment.