This commit is contained in:
Andrew Chilton 2015-03-16 16:31:15 +13:00
Родитель f15d620098
Коммит 557009f9bc
2 изменённых файлов: 5 добавлений и 1 удалений

Просмотреть файл

@ -115,6 +115,10 @@ UPDATE metadata SET value = '1' WHERE name = 'schema-patch-level';
### Pending ###
* none
### v0.7.0 - 2015-03-16 ###
* added option 'filePrefix' to tighten which files are classed as patch files
* fixed a test related to access for an unknown user

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "mysql-patcher",
"version": "0.6.1",
"version": "0.7.0",
"description": "A package/program to help patch MySql databases",
"main": "index.js",
"scripts": {