push to docker hub too

This commit is contained in:
2023-11-09 16:57:32 +01:00
parent 43c89031bd
commit 8099472b61
3 changed files with 27 additions and 15 deletions

View File

@ -12,11 +12,11 @@ create table application_t (
);
create table measurement_t (
time timestamp without time zone not null,
application_name varchar(16) not null,
time timestamptz not null,
application_name text not null,
raw_level numeric(10, 0),
level numeric(10, 0),
status varchar(16),
status text,
battery float
);