Skip to content

Commit

Permalink
Remove table for AbstractFilter.
Browse files Browse the repository at this point in the history
We don't really have an entity responsible for creating
AbstractFilters, since they're not a associated with a
Camera or a SkyMap.  It's probably best to just let them
be "created" when first referenced, especially since we
don't actually need to store any metadata associated with
them.
  • Loading branch information
TallJimbo committed Apr 20, 2018
1 parent b0540c7 commit 81e6489
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions config/registry/default_schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,19 +31,6 @@ dataUnits:
-
name: abstract_filter
type: string
#foreign_key: AbstractFilter.abstract_filter
tables:
AbstractFilter:
doc: >
A definition table containing recognized AbstractFilter names.
columns:
-
name: abstract_filter
type: string
primary_key: true
doc: >
The name of the filter, typically a single letter
(e.g. "r" or "i").

PhysicalFilter:
dependencies:
Expand Down Expand Up @@ -88,9 +75,6 @@ dataUnits:
-
src: camera
tgt: Camera.camera
-
src: abstract_filter
tgt: AbstractFilter.abstract_filter

Sensor:
dependencies:
Expand Down

0 comments on commit 81e6489

Please sign in to comment.