From cfcd6510662a7be8fee09b6a28adeaa955cb11a7 Mon Sep 17 00:00:00 2001 From: Manuel Cillero Date: Thu, 5 Dec 2024 20:21:57 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8=20[drust]=20A=C3=B1ade=20scripts?= =?UTF-8?q?=20para=20base=20de=20datos?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + {drust/tools => tools}/create-drust-db.sh | 0 {drust/tools => tools}/drop-drust-db.sh | 0 3 files changed, 1 insertion(+) rename {drust/tools => tools}/create-drust-db.sh (100%) rename {drust/tools => tools}/drop-drust-db.sh (100%) diff --git a/.gitignore b/.gitignore index d311e0cf..e0e82dec 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ **/log/*.log* **/local.*.toml **/local.toml +workdir diff --git a/drust/tools/create-drust-db.sh b/tools/create-drust-db.sh similarity index 100% rename from drust/tools/create-drust-db.sh rename to tools/create-drust-db.sh diff --git a/drust/tools/drop-drust-db.sh b/tools/drop-drust-db.sh similarity index 100% rename from drust/tools/drop-drust-db.sh rename to tools/drop-drust-db.sh