From da63120080d0c20fb49578a4b7a8d05191229a94 Mon Sep 17 00:00:00 2001 From: "seonkyu.kim" Date: Tue, 4 Feb 2025 10:53:33 +0900 Subject: [PATCH] =?UTF-8?q?[=E2=9C=A8]=20init=5FDB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 9 ++++++--- backups/README.md | 2 ++ migrations/README.md | 2 ++ procedures/README.md | 2 ++ scripts/README.md | 2 ++ seeds/README.md | 2 ++ views/README.md | 2 ++ 7 files changed, 18 insertions(+), 3 deletions(-) create mode 100755 backups/README.md create mode 100755 migrations/README.md create mode 100755 procedures/README.md create mode 100755 scripts/README.md create mode 100755 seeds/README.md create mode 100755 views/README.md diff --git a/README.md b/README.md index 82c228c..82671ce 100755 --- a/README.md +++ b/README.md @@ -7,11 +7,14 @@ ### 2. seeds - Ãʱ⠵¥ÀÌÅÍ »ðÀÔ SQL -### 3. views +### 3.procedures +- ÀúÀå ÇÁ·Î½ÃÀú ¹× Æ®¸®°Å + +### 4. views - ºä »ý¼º SQL -### 4. scripts +### 5. scripts - ±âŸ ÀÚÁÖ »ç¿ëÇÏ´Â SQL -### 5. backups +### 6. backups - ¹é¾÷ (.bak ÆÄÀÏ Á¦¿Ü) \ No newline at end of file diff --git a/backups/README.md b/backups/README.md new file mode 100755 index 0000000..d87d5d4 --- /dev/null +++ b/backups/README.md @@ -0,0 +1,2 @@ +# backups +- ¹é¾÷ (.bak ÆÄÀÏ Á¦¿Ü) diff --git a/migrations/README.md b/migrations/README.md new file mode 100755 index 0000000..10bc8fa --- /dev/null +++ b/migrations/README.md @@ -0,0 +1,2 @@ +# migrations +- ½ºÅ°¸¶ º¯°æ ÀÌ·Â °ü¸®ÇÏ´Â ¸¶À̱׷¹ÀÌ¼Ç SQL diff --git a/procedures/README.md b/procedures/README.md new file mode 100755 index 0000000..367ad35 --- /dev/null +++ b/procedures/README.md @@ -0,0 +1,2 @@ +# procedures +- ÀúÀå ÇÁ·Î½ÃÀú ¹× Æ®¸®°Å diff --git a/scripts/README.md b/scripts/README.md new file mode 100755 index 0000000..00b2b7e --- /dev/null +++ b/scripts/README.md @@ -0,0 +1,2 @@ +# scripts +- ±âŸ ÀÚÁÖ »ç¿ëÇÏ´Â SQL diff --git a/seeds/README.md b/seeds/README.md new file mode 100755 index 0000000..15d4212 --- /dev/null +++ b/seeds/README.md @@ -0,0 +1,2 @@ +# seeds +- Ãʱ⠵¥ÀÌÅÍ »ðÀÔ SQL \ No newline at end of file diff --git a/views/README.md b/views/README.md new file mode 100755 index 0000000..4c0c7f8 --- /dev/null +++ b/views/README.md @@ -0,0 +1,2 @@ +# views +- ºä »ý¼º SQL \ No newline at end of file