Renamed service to api
This commit is contained in:
7
api/migrations/000001_metars/up.sql
Normal file
7
api/migrations/000001_metars/up.sql
Normal file
@@ -0,0 +1,7 @@
|
||||
CREATE TABLE IF NOT EXISTS metars (
|
||||
id INTEGER PRIMARY KEY GENERATED ALWAYS AS IDENTITY,
|
||||
icao TEXT NOT NULL,
|
||||
observation_time TIMESTAMP NOT NULL,
|
||||
raw_text TEXT NOT NULL,
|
||||
data JSONB NOT NULL
|
||||
);
|
||||
Reference in New Issue
Block a user