Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DM-32131: Remove unused tables from schema YAML file. #139

Merged
merged 1 commit into from
Oct 26, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
34 changes: 0 additions & 34 deletions data/apdb-ap-pipe-schema-extra.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -570,40 +570,6 @@ columns:
nullable: false
description: Name of stored filter.

---
# DiaObjectLast uses the same columns as DiaObject but has different index
table: DiaObjectLast
indices:
- name: PK_DiaObjectLast
columns:
- pixelId
- diaObjectId
type: PRIMARY
- name: IDX_DiaObjectLast_diaObjectId
columns:
- diaObjectId
type: INDEX
- name: nDiaSources
type: INT
nullable: false
description: Total number of DiaSources associated with this DiaObject.

---
# Special PK index for DiaObject table with spacial column being first
# (should provide better locality)
table: DiaObjectIndexHtmFirst
indices:
- name: PK_DiaObject
columns:
- pixelId
- diaObjectId
- validityStart
type: PRIMARY
- name: IDX_DiaObject_diaObjectId
columns:
- diaObjectId
type: INDEX

---
# Added columns for DIASource table for use in ap_association.
table: DiaSource
Expand Down