mirror of
https://github.com/Noratrieb/uptime.git
synced 2026-01-14 16:45:06 +01:00
store series db
thanks 522 for the idea :3
This commit is contained in:
parent
593f8ec279
commit
5a521d00d0
5 changed files with 104 additions and 6 deletions
6
migrations/20240203182019_create_series.sql
Normal file
6
migrations/20240203182019_create_series.sql
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
CREATE TABLE checks_series (
|
||||
request_time_range_start TIMESTAMP NOT NULL,
|
||||
request_time_range_end TIMESTAMP NOT NULL,
|
||||
website VARCHAR NOT NULL,
|
||||
result VARCHAR NOT NULL
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue