release: bump version to 0.48.0
This commit is contained in:
@@ -97,6 +97,7 @@ class AISRawObservation(Base):
|
||||
|
||||
__table_args__ = (
|
||||
Index("idx_ais_raw_entity_observed", "target_schema", "entity_key", "observed_at"),
|
||||
Index("idx_ais_raw_schema_observed_entity", "target_schema", "observed_at", "entity_key"),
|
||||
Index("idx_ais_raw_source_entity", "source", "entity_key"),
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user