Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
SOURCE ?= file go_bindata github github_ee bitbucket aws_s3 google_cloud_storage godoc_vfs gitlab
DATABASE ?= postgres mysql redshift cassandra spanner cockroachdb yugabytedb clickhouse mongodb sqlserver firebird neo4j pgx pgx5 rqlite
DATABASE ?= postgres mysql redshift cassandra spanner cockroachdb yugabytedb clickhouse sqlserver firebird neo4j pgx pgx5 rqlite
DATABASE_TEST ?= $(DATABASE) sqlite sqlite3 sqlcipher
VERSION ?= $(shell git describe --tags 2>/dev/null | cut -c 2-)
TEST_FLAGS ?=
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ Database drivers run migrations. [Add a new database?](database/driver.go)
* [SQLCipher](database/sqlcipher)
* [MySQL / MariaDB](database/mysql)
* [Neo4j](database/neo4j)
* [MongoDB](database/mongodb)
* [CrateDB](database/crate) ([todo #170](https://github.com/mattes/migrate/issues/170))
* [Shell](database/shell) ([todo #171](https://github.com/mattes/migrate/issues/171))
* [Google Cloud Spanner](database/spanner)
Expand Down
24 changes: 0 additions & 24 deletions database/mongodb/README.md

This file was deleted.

This file was deleted.

12 changes: 0 additions & 12 deletions database/mongodb/examples/migrations/001_create_user.up.json

This file was deleted.

10 changes: 0 additions & 10 deletions database/mongodb/examples/migrations/002_create_indexes.down.json

This file was deleted.

21 changes: 0 additions & 21 deletions database/mongodb/examples/migrations/002_create_indexes.up.json

This file was deleted.

16 changes: 0 additions & 16 deletions database/mongodb/examples/migrations/003_add_new_field.down.json

This file was deleted.

16 changes: 0 additions & 16 deletions database/mongodb/examples/migrations/003_add_new_field.up.json

This file was deleted.

This file was deleted.

This file was deleted.

Loading
Loading