Add source api and test
This commit is contained in:
@@ -7,5 +7,5 @@ create table sources
|
||||
node varchar(32) primary key references _node(id)
|
||||
, type sources_type not null
|
||||
, strength numeric not null
|
||||
, time_pattern varchar(32) references _pattern(id)
|
||||
, pattern varchar(32) references _pattern(id)
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user