2.1.0: Bug fixes and improvements
Version 2.1.0:
This release works against PostgreSQL 11+.
- 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).