Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
srkirkland committed May 12, 2022
2 parents 801ef77 + 27ef91c commit 1d978ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sql/db_tables.sql
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,8 @@ create table substations
"County" text,
"Zip_Code" integer,
"State" text,
longitude numeric(1000),
latitude numeric(1000),
longitude double precision,
latitude double precision,
"Creator_Da" numeric(1000),
"highest_kV_lower" integer,
"highest_kV_upper" integer
Expand Down

0 comments on commit 1d978ea

Please sign in to comment.