mirror of
https://git.vectorsigma.ru/public/photoview.git
synced 2026-08-03 22:19:07 +00:00
Drop tables instead of truncating tables. (#1224)
This commit is contained in:
@@ -1,9 +1,15 @@
|
||||
package media_type
|
||||
|
||||
import (
|
||||
"flag"
|
||||
"testing"
|
||||
)
|
||||
|
||||
func init() {
|
||||
// Avoid panic with providing flags in `test_utils/integration_setup.go`.
|
||||
flag.CommandLine.Init("media_type", flag.ContinueOnError)
|
||||
}
|
||||
|
||||
type boolImage bool
|
||||
|
||||
const isImage boolImage = true
|
||||
|
||||
Reference in New Issue
Block a user