Skip to content

Commit 2116739

Browse files
authored
Merge pull request #540 from input-output-hk/greg/539/remove_migration_tool
remove SQL migration tool
2 parents 0bb29ec + 54c2a3f commit 2116739

File tree

8 files changed

+1
-741
lines changed

8 files changed

+1
-741
lines changed

mithril-aggregator/Cargo.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@ edition = "2021"
55
description = "A Mithril Aggregator server"
66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
77

8-
[[bin]]
9-
name = "mithril-aggregator-migrate"
10-
bench = false
11-
128
[dependencies]
139
async-trait = "0.1.52"
1410
chrono = "0.4"

mithril-aggregator/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ COPY Cargo.lock /mithril-common/
2727
COPY mithril-aggregator/Cargo.toml /app
2828
COPY Cargo.lock /app/
2929
RUN mkdir -p /app/src/ && echo "fn main () {}" > /app/src/main.rs
30-
RUN mkdir -p /app/src/bin/ && echo "fn main () {}" > /app/src/bin/mithril-aggregator-migrate.rs
3130
RUN cargo build --release --manifest-path /app/Cargo.toml
3231

3332
# Copy the rest of the files into the container

mithril-aggregator/src/bin/mithril-aggregator-migrate.rs

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

0 commit comments

Comments
 (0)