backend field in jobqueue (#1114)

implements #969
This commit is contained in:
Oliver Gorwits
2023-10-24 21:49:37 +01:00
committed by GitHub
parent d6e36dcad0
commit 21bc8cf63e
13 changed files with 49 additions and 31 deletions

View File

@@ -46,6 +46,8 @@ __PACKAGE__->add_columns(
{ data_type => "boolean", is_nullable => 1 },
"device_key",
{ data_type => "text", is_nullable => 1 },
"backend",
{ data_type => "text", is_nullable => 1 },
);