diff --git a/utils/sql/git/README b/utils/sql/git/README new file mode 100644 index 000000000..12f97658a --- /dev/null +++ b/utils/sql/git/README @@ -0,0 +1,12 @@ +On the move from svn -> git we lost the ability to track revision numbers on the repo. + +No big deal! + +What we'll do instead as follows: + +-Optional SQL updates go in optional/ +-Required SQL updates go in required/ +All updates will follow a specific format of YYYY_MM_DD_Desc.sql, this is so it's easy to sort. + +So the following is a good example of what I expect to see +2013_02_16_GitConversion.sql \ No newline at end of file diff --git a/utils/sql/git/optional/.gitignore b/utils/sql/git/optional/.gitignore new file mode 100644 index 000000000..e69de29bb diff --git a/utils/sql/git/required/.gitignore b/utils/sql/git/required/.gitignore new file mode 100644 index 000000000..e69de29bb