We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5b8fb5 commit 99a21ecCopy full SHA for 99a21ec
Changelog.md
@@ -9,20 +9,25 @@ composer.json. So you need to re-add the adapters you were using.
9
10
- Added support for Symfony 4.
11
- Added tests
12
-- Support for many storage names with the same type.
+- Support for many storage names with the same type.
13
+- Added commands for backup and restore
14
+- Support for `ignoreTables` on MySQL databases.
15
+- Added config `output_file_prefix`.
16
+- Support for DropboxV2
17
18
### Changes
19
20
- You have to `composer require` for the adapter you want to use. Nothing is included by default.
21
+- The storage and database type is case-sensitive.
22
23
### Removed
24
-- Support for Symfony < 2.7.
25
+- Support for Symfony < 2.7.
26
27
## 1.1.0
28
29
Support for Symfony 3.1.
30
31
## 1.0.0
32
-First release.
33
+First release.
0 commit comments