tembo-io / pg_vectorize

The simplest way to build AI workloads on Postgres
https://tembo.io/pg_vectorize/
739 stars 33 forks source link

inherit constraints on examples #70

Closed ChuckHend closed 8 months ago

ChuckHend commented 8 months ago

copies table constraints on all the examples, which meant product_id column was missing unique constraint in all the examples, which was causing some problems with tests.