ソースを参照

add is_active to grey out old passes on passes list

tags/1.5
Nico Rey 4年前
コミット
87d4aaf4bb
1個のファイルの変更2行の追加1行の削除
  1. +2
    -1
      panel.sql

+ 2
- 1
panel.sql ファイルの表示

@@ -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(


読み込み中…
キャンセル
保存