Skip to content
Snippets Groups Projects
Commit 869c6597 authored by Allen Gilliland's avatar Allen Gilliland
Browse files

add `fk_target_field_id` attribute to metabase_field for tracking FK targets.

parent 663d1af4
No related branches found
No related tags found
No related merge requests found
databaseChangeLog:
- changeSet:
id: 31
author: agilliland
changes:
- addColumn:
tableName: metabase_field
columns:
- column:
name: fk_target_field_id
type: int
constraints:
nullable: true
deferrable: false
initiallyDeferred: false
......@@ -28,6 +28,7 @@
{"include": {"file": "migrations/027_add_dashcardseries_table.yaml"}},
{"include": {"file": "migrations/028_add_user_is_qbnewb.yaml"}},
{"include": {"file": "migrations/029_add_pulse_channel_schedule_frame.yaml"}},
{"include": {"file": "migrations/030_add_field_visibility_type.yaml"}}
{"include": {"file": "migrations/030_add_field_visibility_type.yaml"}},
{"include": {"file": "migrations/031_add_field_fk_target.yaml"}}
]
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment