Skip to content

Commit

Permalink
Disable inactive kontor (#307)
Browse files Browse the repository at this point in the history
  • Loading branch information
geir-waagboe authored Mar 8, 2024
1 parent ef1370c commit 6467c53
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ object Versions {
}

plugins {
kotlin("jvm") version "1.9.22"
kotlin("jvm") version "1.9.23"
id("com.github.johnrengelman.shadow") version "8.1.1"
id("org.jlleitschuh.gradle.ktlint") version "11.4.2"
}
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
UPDATE BEHANDLER_KONTOR SET dialogmelding_enabled=null,dialogmelding_enabled_locked=true,updated_at=now() WHERE ID=1310;
UPDATE BEHANDLER SET invalidated=now(),updated_at=now() WHERE kontor_id=1310;

0 comments on commit 6467c53

Please sign in to comment.