Skip to content

Commit

Permalink
remove surplus comma
Browse files Browse the repository at this point in the history
  • Loading branch information
tdwelly committed Aug 23, 2024
1 parent 1c6cdd6 commit 86e8745
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions schema/sdss5db/opsdb/opsdb.sql
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,7 @@ CREATE TABLE opsdb.pred_snr (
pred_flag INTEGER,
num_gfas INTEGER,
gfa_expid INTEGER,
gfa_date_obs TIMESTAMP,
);
gfa_date_obs TIMESTAMP);

CREATE TABLE opsdb.pred_snr_par (
pk SERIAL PRIMARY KEY NOT NULL,
Expand Down

0 comments on commit 86e8745

Please sign in to comment.