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 896dc23 commit 662269a
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("update public.sessions set {deleted_at}::timestamptz, {deleted_by_guid}::uuid").withDebugging()
io.flow.postgresql.Query("update public.sessions set deleted_at = {deleted_at}::timestamptz, deleted_by_guid = {deleted_by_guid}::uuid")
}

def insert(
Expand Down

0 comments on commit 662269a

Please sign in to comment.