mirror of
https://github.com/renee-png/acmcc.git
synced 2026-06-21 01:40:01 +00:00
183fe0a93c
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2 lines
277 B
SQL
2 lines
277 B
SQL
ALTER TABLE public.owners ADD CONSTRAINT owners_association_id_property_address_unique UNIQUE (association_id, property_address);
|
|
ALTER TABLE public.chart_of_accounts ADD CONSTRAINT chart_of_accounts_association_id_account_number_unique UNIQUE (association_id, account_number); |