utils/sql/git added

This commit is contained in:
KimLS 2013-02-16 18:05:41 -08:00
parent b6010afa9c
commit 0a9642e776
3 changed files with 12 additions and 0 deletions

12
utils/sql/git/README Normal file
View File

@ -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

0
utils/sql/git/optional/.gitignore vendored Normal file
View File

0
utils/sql/git/required/.gitignore vendored Normal file
View File