caribou / caribou-core

Core functionality for Caribou
44 stars 3 forks source link

Change unique constraint to use table name with column name. #32

Closed fpoms closed 10 years ago

fpoms commented 10 years ago

Fix for caribou/caribou-core#30

Added the table name in addition to the field name so that the unique constraint won't conflict when two models have the same field name.