Releases: multum/pg-differ
Releases Β· multum/pg-differ
v3.5.1
v3.5.0
v3.4.0
Enhancement
- significantly improve identity column update. You can now increase the minimum value and decrease the maximum value
- add reset
search_path
topublic
value for more accurate reading of database metadata
Bug Fix
- add removal of serial sequence before setting
column.identity
property. Fix #96 - fix the use of the
defaultSchema
in theforeignKeys[].references.table
Internal
- bump dependencies π¦
- improve codebase β¨
v3.3.0
v3.2.2
v3.2.1
v3.2.0
Enhancement
- added short aliases for long data type to
generate
command
...
columns: {
id: {
- type: 'timestamp with time zone',
+ type: 'timestamptz',
primary: true
}
}
Bug Fix
- only necessary files published on npm
Internal
- update dependencies π¦
- refactor data type parsing