Skip to content

Commit

Permalink
SHIBUI-2625
Browse files Browse the repository at this point in the history
Cleanup of SQL Server things
  • Loading branch information
chasegawa committed Oct 16, 2023
1 parent 68b102f commit 3828ef0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
import jakarta.persistence.Entity;
import jakarta.persistence.Id;
import jakarta.persistence.Transient;
import jakarta.persistence.Version;
import lombok.Data;
import lombok.Setter;

Expand All @@ -16,6 +17,9 @@ public class BeaconConfiguration {

private String sendCron;

@Version
private Long version;

// Comma separated list of the auth mechanisms used.
@Setter
@Transient
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ springSecurityVersion=6.1.2
mariadbVersion=3.1.2
mysqlVersion=8.0.32
postgresVersion=42.5.4
sqlserverVersion=11.2.3.jre17
sqlserverVersion=12.4.1.jre11

org.gradle.jvmargs=-Xmx1g -XX:-UseGCOverheadLimit

Expand Down

0 comments on commit 3828ef0

Please sign in to comment.