From 5891af7e8c1411029fe1ad9c6d3182f88bcf3dfd Mon Sep 17 00:00:00 2001 From: niliara-edu Date: Sun, 26 Jan 2025 12:55:13 +0100 Subject: comment and update information --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index d418e8c..884e50d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ utoipa-swagger-ui = { version = "9.0.0", features = ["actix-web"] } [package.metadata.scripts] db_create = "bash ./scripts/create_db.sh" -db_populate = "bash ./scripts/populate.sh" +# db_populate = "bash ./scripts/populate.sh" db_fast_populate = "bash ./scripts/fast_populate.sh" db_start = "sudo systemctl start mariadb" db_stop = "sudo systemctl stop mariadb" -- cgit v1.2.3