mirror of
https://github.com/mattermost/focalboard.git
synced 2024-12-18 09:35:25 +02:00
4 lines
217 B
Go
4 lines
217 B
Go
//go:generate go-bindata -prefix postgres_files/ -pkg postgres -o postgres/bindata.go ./postgres_files
|
|
//go:generate go-bindata -prefix sqlite_files/ -pkg sqlite -o sqlite/bindata.go ./sqlite_files
|
|
package migrations
|