mirror of
https://github.com/indig0fox/Arma3-AttendanceTracker.git/
synced 2025-12-08 09:51:47 -06:00
- use writeConnect all the time unless filling old entries - update column names to clarify UTC datetime - GORM omit Mission association for server events that won't have one - add disconnectDB function to reinit while active
6 lines
167 B
Plaintext
6 lines
167 B
Plaintext
$ENV:GOARCH = "amd64"
|
|
$ENV:CGO_ENABLED = 1
|
|
|
|
go1.16.4 build -o ../@AttendanceTracker/AttendanceTracker_x64.dll -buildmode=c-shared .
|
|
|
|
go1.16.4 build -o buildDb.exe . |