Deaktiviere das Löschen von Sprechstunden wegen Spam

This commit is contained in:
Gonne 2022-10-27 20:59:10 +02:00
parent 12a5080659
commit 8654263798
5 changed files with 15 additions and 8 deletions

2
go.mod
View file

@ -2,6 +2,6 @@ module officeHours
go 1.18
require github.com/mattn/go-sqlite3 v1.14.15
require github.com/mattn/go-sqlite3 v1.14.16
require github.com/go-sql-driver/mysql v1.6.0