change from db_text to nvarchar

This commit is contained in:
bergquist
2018-12-17 16:36:57 +01:00
parent dc49bebb00
commit 823bba8d98
3 changed files with 11 additions and 4 deletions
+1
View File
@@ -21,6 +21,7 @@ type ServerLockService struct {
// Init this service
func (sl *ServerLockService) Init() error {
sl.log = log.New("infra.lockservice")
return nil
}