github devrimgunduz/pagila v2.1.0
2.1.0: Bug fixes and improvements

latest releases: pagila-v3.1.0, pagila-v3.0.0
4 years ago

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

Don't miss a new pagila release

NewReleases is sending notifications on new releases.