|
|
@@ -2,7 +2,8 @@ create table predict_passes( |
|
|
|
sat_name text not null, |
|
|
|
pass_start timestamp primary key default (strftime('%s', 'now')) not null, |
|
|
|
pass_end timestamp default (strftime('%s', 'now')) not null, |
|
|
|
max_elev int not null); |
|
|
|
max_elev int not null, |
|
|
|
is_active boolean); |
|
|
|
|
|
|
|
|
|
|
|
CREATE TABLE decoded_passes( |
|
|
|