SQL version control

This commit is contained in:
Alffd
2017-07-10 20:59:03 -04:00
parent 12317a77b9
commit 352fde7eed
4 changed files with 28 additions and 1 deletions
+7
View File
@@ -0,0 +1,7 @@
### UPDATING SQL
The contents of this directory contain update sql scripts for the paracode SQL database.
Files following the naming convention <old number>-<new number>.sql
Files are designed to be run sequentialy, moving from version 2, to version 4 would require running the following SQL scripts.
2-3.sql
3-4.sql