correct change log structure
This commit is contained in:
parent
adf4113a0b
commit
c5e3ed9f1f
@ -1,6 +1,14 @@
|
||||
0.6.1 (xxxxxxx)
|
||||
---------------------------
|
||||
|
||||
Features
|
||||
******************
|
||||
- implemented column adding when foreign keys are present for sqlite
|
||||
- implemented columns adding with unique constraints for sqlite
|
||||
- implemented adding unique and foreign key constraints to columns
|
||||
for sqlite
|
||||
|
||||
|
||||
Fixed bugs
|
||||
******************
|
||||
|
||||
@ -13,11 +21,7 @@ Fixed bugs
|
||||
- some documentation fixes
|
||||
- fixed bug with column dropping in sqlite (issue 96)
|
||||
- fixed bug with column dropping involving foreign keys
|
||||
- implemented column adding when foreign keys are present for sqlite
|
||||
- fixed bug that prevented non-unique indexes being created (issue 94)
|
||||
- implemented columns adding with unique constraints for sqlite
|
||||
- implemented adding unique and foreign key constraints to columns
|
||||
for sqlite
|
||||
- fixed bug when dropping columns with unique constraints in sqlite
|
||||
|
||||
0.6 (11.07.2010)
|
||||
|
Loading…
x
Reference in New Issue
Block a user