Skip to content

2.1.0: Bug fixes and improvements

Compare
Choose a tag to compare
@devrimgunduz devrimgunduz released this 22 Aug 10:26
· 46 commits to master since this release

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).