Skip to content

Commit

Permalink
Merge pull request #1278 from cityofaustin/jc-phase-event-trigger-cols
Browse files Browse the repository at this point in the history
Exclude audit field from project phase event trigger listener
  • Loading branch information
johnclary authored Feb 15, 2024
2 parents a6d1399 + 4a9b360 commit fbd8b5c
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion moped-database/metadata/tables.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3469,7 +3469,21 @@
insert:
columns: '*'
update:
columns: '*'
columns:
- is_phase_start_confirmed
- is_phase_end_confirmed
- created_at
- phase_start
- phase_end
- is_deleted
- project_id
- created_by_user_id
- updated_by_user_id
- subphase_id
- phase_description
- is_current_phase
- project_phase_id
- phase_id
retry_conf:
interval_sec: 10
num_retries: 0
Expand Down

0 comments on commit fbd8b5c

Please sign in to comment.