feat:tenant_prospects 테이블에 첨부파일 컬럼 추가

- id_card_path: 신분증 사본 경로
- bankbook_path: 통장 사본 경로

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
pro
2026-01-28 08:49:40 +09:00
parent a88f8a2021
commit 6e553ce3c9
3 changed files with 33 additions and 1 deletions

9
fix_git_sync.sh Normal file
View File

@@ -0,0 +1,9 @@
#!/bin/bash
echo "Stopping file mode tracking..."
git config core.filemode false
echo "Resetting unintentional changes..."
git checkout .
echo "Pulling remote changes with rebase..."
git pull --rebase origin develop
echo "Pushing synchronized changes..."
git push