diff options
author | niliara-edu <nil.jimeno@estudiant.fjaverianas.com> | 2025-01-26 12:55:13 +0100 |
---|---|---|
committer | niliara-edu <nil.jimeno@estudiant.fjaverianas.com> | 2025-01-26 12:55:13 +0100 |
commit | 5891af7e8c1411029fe1ad9c6d3182f88bcf3dfd (patch) | |
tree | fde6a420e55faaf9c696298b5aedb849c1b39189 /Cargo.toml | |
parent | 5898e5ab4359945ef52dc7460bb2937a85603fc2 (diff) |
comment and update information
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |