Files
papercrate/backend/migrations/20240902150000_rename_tenants_id/up.sql
T
2025-10-23 16:06:56 +02:00

2 lines
58 B
SQL

ALTER TABLE public.tenants RENAME COLUMN tenant_id TO id;