Can create devices nicely
This commit is contained in:
@@ -11,3 +11,9 @@ create table worklog (
|
||||
timestamp integer not null,
|
||||
action text not null
|
||||
) strict;
|
||||
|
||||
create table info_ram (
|
||||
asset integer not null unique,
|
||||
capacity integer,
|
||||
type text
|
||||
) strict;
|
||||
|
||||
Reference in New Issue
Block a user