feat: add DB migration for families table (Closes #27) #74

Merged
shahondin1624 merged 1 commits from feature/issue-27-db-migrations-for-families-table into main 2026-04-07 11:59:22 +02:00
Owner

Summary

  • Creates Version000003Date20260407000002 migration for mv_families table
  • Banking fields stored encrypted: kontoinhaber_encrypted, iban_encrypted (TEXT for ICrypto output)
  • Additional fields: bic (VARCHAR 11), kreditinstitut (VARCHAR 255)
  • Timestamps: created_at, updated_at
  • Index on name column

Closes #27

## Summary - Creates `Version000003Date20260407000002` migration for `mv_families` table - Banking fields stored encrypted: `kontoinhaber_encrypted`, `iban_encrypted` (TEXT for ICrypto output) - Additional fields: `bic` (VARCHAR 11), `kreditinstitut` (VARCHAR 255) - Timestamps: `created_at`, `updated_at` - Index on `name` column Closes #27
shahondin1624 added 1 commit 2026-04-07 11:59:16 +02:00
Create Version000003Date20260407000002 migration that adds the
mv_families table with encrypted banking fields (kontoinhaber_encrypted,
iban_encrypted), BIC, Kreditinstitut, and timestamps. Family-member
link uses existing family_id column on mv_members.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
shahondin1624 merged commit 3a0762bab3 into main 2026-04-07 11:59:22 +02:00
shahondin1624 deleted branch feature/issue-27-db-migrations-for-families-table 2026-04-07 11:59:22 +02:00
Sign in to join this conversation.