ping reporting + service unit

This commit is contained in:
React User
2026-06-02 09:14:46 +00:00
parent c7d89471ef
commit b70233395f
10 changed files with 184 additions and 20 deletions
+1
View File
@@ -4,6 +4,7 @@ create table public.users (
username text null,
email text null,
password text null,
ip_address text null,
cc real null default '0'::real,
rc real null default '0'::real,
last_logged_at timestamp with time zone null default now(),