mirror of
https://amiok.net/gitea/W1CDN/aprs_tool.git
synced 2025-07-17 17:50:28 +00:00
Add created_unix field to frames table.
This commit is contained in:
@ -8,6 +8,7 @@ CREATE TABLE frames (
|
||||
comment TEXT,
|
||||
course REAL,
|
||||
created TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP,
|
||||
created_unix INT,
|
||||
format TEXT,
|
||||
frame TEXT,
|
||||
"from" TEXT,
|
||||
|
Reference in New Issue
Block a user