| Server IP : 185.143.233.238 / Your IP : 185.215.232.195 Web Server : Apache System : Linux 81-12-52-146.cprapid.com 4.18.0-553.76.1.lve.el8.x86_64 #1 SMP Wed Oct 1 16:05:07 UTC 2025 x86_64 User : noavaranesama ( 1039) PHP Version : 8.2.29 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /proc/self/root/var/lve/ |
Upload File : |
SQLite format 3 @ .v�
� �w
�
0� {C'�indexix_domain_alerts_alert_timedomain_alertsCREATE INDEX ix_domain_alerts_alert_time ON domain_alerts (alert_time)r='�
indexix_domain_alerts_websitedomain_alertsCREATE INDEX ix_domain_alerts_website ON domain_alerts (website)�P''�_tabledomain_alertsdomain_alertsCREATE TABLE domain_alerts (
id INTEGER NOT NULL,
website VARCHAR,
alert_time DATETIME,
is_resolved BOOLEAN,
PRIMARY KEY (id),
CHECK (is_resolved IN (0, 1))
)~E'�indexix_scrape_result_create_datescrape_resultCREATE INDEX ix_scrape_result_create_date ON scrape_result (create_date)�''�Ktablescrape_resultscrape_resultCREATE TABLE scrape_result (
id INTEGER NOT NULL,
website VARCHAR,
create_date DATETIME,
is_finished BOOLEAN,
response_code INTEGER,
response_time_ms INTEGER,
PRIMARY KEY (id),
CHECK (is_finished IN (0, 1))
)