Skip to content

Commit

Permalink
Update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
devrimgunduz committed Aug 22, 2020
1 parent 5605657 commit f61237e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,11 @@ VERSION HISTORY
---------------

Version 2.0.1
* Fix a few minor bugs
* Replace varchar(n) with text (David Fetter)
* Match foreign key and primary key data type in some tables (Ganeshan Venkataraman)
* Change CREATE TABLE statement for customer table to use
DEFAULT nextval('customer_customer_id_seq'::regclass) for customer_id
field instead of SERIAL (Adrian Klaver).

Version 2.0
* Update schema for newer PostgreSQL versions
Expand Down

0 comments on commit f61237e

Please sign in to comment.