Task Attachments #104

Merged
konrad merged 63 commits from feature/attachments into master 2019-10-16 20:52:31 +00:00
2 changed files with 2 additions and 0 deletions
Showing only changes of commit 5caaae4ee2 - Show all commits

1
.gitignore vendored
View File

@ -19,3 +19,4 @@ docs/public/
docs/resources/
pkg/static/templates_vfsdata.go
files/
!pkg/files/

View File

@ -69,6 +69,7 @@ func InitTests() {
}
config.InitDefaultConfig()
// set r
// Sync fixtures
var fixturesHelper testfixtures.Helper = &testfixtures.SQLite{}