Skip to content

Commit

Permalink
add sn2_15 column (#277)
Browse files Browse the repository at this point in the history
  • Loading branch information
johndonor3 authored Oct 30, 2024
1 parent 2881181 commit 91cf82a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions python/sdssdb/peewee/sdss5db/opsdb.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ class CameraFrame(OpsdbBase):
field='pk',
model=Camera)
ql_sn2 = FloatField()
sn2_15 = FloatField()
sn2 = FloatField()
comment = TextField(null=True)
pk = AutoField()
Expand Down
1 change: 1 addition & 0 deletions schema/sdss5db/opsdb/opsdb.sql
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ CREATE TABLE opsdb.camera_frame (
exposure_pk INTEGER NOT NULL,
camera_pk SMALLINT NOT NULL,
ql_sn2 REAL,
sn2_15 REAL,
sn2 REAL,
comment TEXT);

Expand Down

0 comments on commit 91cf82a

Please sign in to comment.