You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/db/src/main/resources/db/migration/V0019__sql_cleanup.sql
-4Lines changed: 0 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -127,9 +127,5 @@ DROP INDEX IF EXISTS fed_sum_rapid_players_desc_idx;
127
127
DROPINDEX IF EXISTS fed_sum_blitz_players_desc_idx;
128
128
DROPINDEX IF EXISTS fed_sum_players_desc_idx;
129
129
130
-
-- Document intentional lack of FK on player_history.federation_id
131
-
COMMENT ON COLUMN player_history.federation_id IS
132
-
'No FK to federations: historical records may reference dissolved federations (e.g. YUG, URS) that are not in the federations table. The LEFT JOIN in queries handles this gracefully.';
133
-
134
130
-- Refresh materialized view to pick up view changes
0 commit comments