Rename IGRA station us_state to state
This commit is contained in:
parent
c64a437fb2
commit
d382b9809c
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ create table xmet_igra_station (
|
||||||
year_start INTEGER NOT NULL,
|
year_start INTEGER NOT NULL,
|
||||||
year_end INTEGER NOT NULL,
|
year_end INTEGER NOT NULL,
|
||||||
name TEXT NOT NULL,
|
name TEXT NOT NULL,
|
||||||
us_state TEXT NOT NULL,
|
state TEXT NOT NULL,
|
||||||
elevation FLOAT NOT NULL
|
elevation FLOAT NOT NULL
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue