summaryrefslogtreecommitdiffstats
path: root/imports/placeholder.go
blob: b7a5d449c3676d9d1ce9c85e5cd5eaa43e73fbd3 (plain)
1
2
3
4
5
6
7
8
9
10
// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved.
// See License.txt for license information.

package imports

// This is a placeholder so this package can be imported in Team Edition when it will be otherwise empty

import (
	_ "github.com/mattermost/mattermost-server/migrations"
)