Skip to content

Commit 3bd21e7

Browse files
committed
feat: remove mongo
1 parent 36d17ba commit 3bd21e7

16 files changed

+1
-1011
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
SOURCE ?= file go_bindata github github_ee bitbucket aws_s3 google_cloud_storage godoc_vfs gitlab
2-
DATABASE ?= postgres mysql redshift cassandra spanner cockroachdb yugabytedb clickhouse mongodb sqlserver firebird neo4j pgx pgx5 rqlite
2+
DATABASE ?= postgres mysql redshift cassandra spanner cockroachdb yugabytedb clickhouse sqlserver firebird neo4j pgx pgx5 rqlite
33
DATABASE_TEST ?= $(DATABASE) sqlite sqlite3 sqlcipher
44
VERSION ?= $(shell git describe --tags 2>/dev/null | cut -c 2-)
55
TEST_FLAGS ?=

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ Database drivers run migrations. [Add a new database?](database/driver.go)
3434
* [SQLCipher](database/sqlcipher)
3535
* [MySQL / MariaDB](database/mysql)
3636
* [Neo4j](database/neo4j)
37-
* [MongoDB](database/mongodb)
3837
* [CrateDB](database/crate) ([todo #170](https://github.com/mattes/migrate/issues/170))
3938
* [Shell](database/shell) ([todo #171](https://github.com/mattes/migrate/issues/171))
4039
* [Google Cloud Spanner](database/spanner)

database/mongodb/README.md

Lines changed: 0 additions & 24 deletions
This file was deleted.

database/mongodb/examples/migrations/001_create_user.down.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

database/mongodb/examples/migrations/001_create_user.up.json

Lines changed: 0 additions & 12 deletions
This file was deleted.

database/mongodb/examples/migrations/002_create_indexes.down.json

Lines changed: 0 additions & 10 deletions
This file was deleted.

database/mongodb/examples/migrations/002_create_indexes.up.json

Lines changed: 0 additions & 21 deletions
This file was deleted.

database/mongodb/examples/migrations/003_add_new_field.down.json

Lines changed: 0 additions & 16 deletions
This file was deleted.

database/mongodb/examples/migrations/003_add_new_field.up.json

Lines changed: 0 additions & 16 deletions
This file was deleted.

database/mongodb/examples/migrations/004_replace_field_value_from_another_field.down.json

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)