Commit 0b1abf4
fix: Align view column names with online server documentation
- View_PossessionsAddrData: rename c_addr_name/c_addr_chn to
c_possession_addr_name/c_possession_addr_chn
- View_EntryData: fix column references to match ENTRY_DATA schema:
- c_nianhao_id -> c_entry_nh_id
- c_parental_status -> c_parental_status_code
- View_EventAddrData: fix JOIN to use composite key
(c_personid, c_sequence, c_event_code) instead of c_event_record_id
Changes synchronized with cbdb-online-main-server config/view_tables.php
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent 98282ce commit 0b1abf4
2 files changed
Lines changed: 11 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
398 | 398 | | |
399 | 399 | | |
400 | 400 | | |
401 | | - | |
| 401 | + | |
402 | 402 | | |
403 | 403 | | |
404 | 404 | | |
| |||
415 | 415 | | |
416 | 416 | | |
417 | 417 | | |
418 | | - | |
| 418 | + | |
419 | 419 | | |
420 | 420 | | |
421 | 421 | | |
| |||
439 | 439 | | |
440 | 440 | | |
441 | 441 | | |
442 | | - | |
| 442 | + | |
443 | 443 | | |
444 | | - | |
| 444 | + | |
445 | 445 | | |
446 | 446 | | |
447 | 447 | | |
| |||
496 | 496 | | |
497 | 497 | | |
498 | 498 | | |
499 | | - | |
500 | | - | |
| 499 | + | |
| 500 | + | |
| 501 | + | |
501 | 502 | | |
502 | 503 | | |
503 | 504 | | |
| |||
821 | 822 | | |
822 | 823 | | |
823 | 824 | | |
824 | | - | |
825 | | - | |
| 825 | + | |
| 826 | + | |
826 | 827 | | |
827 | 828 | | |
828 | 829 | | |
| |||
0 commit comments