Skip to content

Commit

Permalink
Remove migration crate that has been replaced with diesel
Browse files Browse the repository at this point in the history
  • Loading branch information
carols10cents committed May 2, 2017
1 parent 102a91b commit 96af043
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 285 deletions.
34 changes: 0 additions & 34 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion Cargo.toml
Expand Up @@ -20,7 +20,6 @@ path = "src/tests/all.rs"

[dependencies]
cargo-registry-s3 = { path = "src/s3", version = "0.1.0" }
cargo-registry-migrate = { path = "src/migrate", version = "0.1.0" }
rand = "0.3"
time = "0.1"
git2 = "0.6.4"
Expand Down
2 changes: 1 addition & 1 deletion Procfile
@@ -1,2 +1,2 @@
web: ./target/release/migrate && bin/diesel migration run && bin/start-nginx ./target/release/server
web: bin/diesel migration run && bin/start-nginx ./target/release/server
worker: ./target/release/update-downloads daemon 300
46 changes: 0 additions & 46 deletions src/bin/migrate.rs

This file was deleted.

13 changes: 0 additions & 13 deletions src/migrate/Cargo.toml

This file was deleted.

190 changes: 0 additions & 190 deletions src/migrate/lib.rs

This file was deleted.

0 comments on commit 96af043

Please sign in to comment.