From 1ac5be4b4a66ea615904cf0e502d1ef86685b352 Mon Sep 17 00:00:00 2001 From: Seungyoon Lee Date: Thu, 14 Feb 2019 12:08:54 +0900 Subject: [PATCH] Add gitignore, Edit README. --- .gitignore | 1 + README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..723ef36 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.idea \ No newline at end of file diff --git a/README.md b/README.md index 2e6bd23..49fec5d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Backup DB Procedures and Functions Ruby +# Backup DB Procedures and Functions with Ruby Usually database's functions and procedures are not version controlled. This ruby scrips provides a simple way to backup them in text files.