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