Explorar el Código

fix: update tree command depth and correct database name format in documentation

Dave hace 2 meses
padre
commit
c283ffad13
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      box-mgnt-note.md

+ 2 - 2
box-mgnt-note.md

@@ -3,7 +3,7 @@
 ```bash
 pnpm install
 
-tree -L 2 -I 'node_modules|.git'
+tree -L 4 -I 'node_modules|.git'
 
 
 echo "20" > .nvmrc
@@ -57,7 +57,7 @@ git remote add origin git@47.238.201.61:fct/box-nestjs-monorepo.git
 +-----------+-------------------------------------------------------------------------------------------------------------------------------------+
 | Database | Create Database |
 +-----------+-------------------------------------------------------------------------------------------------------------------------------------+
-| box_admin | CREATE DATABASE `box_admin` /_!40100 DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci _/ /_!80016 DEFAULT ENCRYPTION='N' _/ |
+| box*admin | CREATE DATABASE `box_admin` /*!40100 DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4*0900_ai_ci */ /_!80016 DEFAULT ENCRYPTION='N' _/ |
 +-----------+-------------------------------------------------------------------------------------------------------------------------------------+
 
 mongosh mongodb://admin:ZXcv%21%21996@localhost:27017/box?authSource=admin