Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to latest PSQL Daos #940

Closed
wants to merge 25 commits into from
3 changes: 2 additions & 1 deletion DEVELOPER.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ In development:
Updating apibuilder.me
==================

script/upload
script/update
script/update_daos

SBT
==========
Expand Down
2 changes: 1 addition & 1 deletion api/app/db/InternalTasksDao.scala
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class InternalTasksDao @Inject() (
organizationGuid: Option[UUID] = None,
data: JsValue = Json.obj()
): Unit = {
if (dao.findByTypeIdAndTypeWithConnection(c, id, typ.toString).isEmpty) {
if (dao.findByTypeIdAndTypeWithConnection(c, (id, typ.toString)).isEmpty) {
dao.upsertByTypeIdAndType(
c,
Constants.DefaultUserGuid,
Expand Down
238 changes: 0 additions & 238 deletions api/app/db/generated/GeneratorApibuilderSessionsDao.scala

This file was deleted.

Loading
Loading