This website requires JavaScript.
Explore
Help
Sign In
status-im
/
migrate
Watch
2
Star
0
Fork
0
You've already forked migrate
mirror of
https://github.com/status-im/migrate.git
synced
2025-02-24 00:38:07 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
migrate
/
cli
/
build_redshift.go
8 lines
102 B
Go
Raw
Normal View
History
Unescape
Escape
Added support for Redshift. * Added driver that wraps the standard PostgreSQL driver * Added build. * Added driver to documentation.
2017-05-11 14:41:27 -06:00
// +build redshift
package
main
import
(
Update imports to reference fork. Thanks `make rewrite-import-paths`!
2018-01-19 10:56:55 -08:00
_
"github.com/golang-migrate/migrate/database/redshift"
Added support for Redshift. * Added driver that wraps the standard PostgreSQL driver * Added build. * Added driver to documentation.
2017-05-11 14:41:27 -06:00
)
Reference in New Issue
Copy Permalink