summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorniliara-edu <nil.jimeno@estudiant.fjaverianas.com>2025-01-26 12:55:13 +0100
committerniliara-edu <nil.jimeno@estudiant.fjaverianas.com>2025-01-26 12:55:13 +0100
commit5891af7e8c1411029fe1ad9c6d3182f88bcf3dfd (patch)
treefde6a420e55faaf9c696298b5aedb849c1b39189 /Cargo.toml
parent5898e5ab4359945ef52dc7460bb2937a85603fc2 (diff)
comment and update information
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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"