add: macro endpoints
add: basic macro support fix: database locking with lock-pointer fix: memory leaks
This commit is contained in:
parent
6a2b94ef1c
commit
9d2c48d645
30 changed files with 605 additions and 212 deletions
|
|
@ -11,7 +11,7 @@ CREATE TABLE macros
|
|||
name VARCHAR(128)
|
||||
);
|
||||
|
||||
CREATE TABLE junction_macro
|
||||
CREATE TABLE macro_actions
|
||||
(
|
||||
macro_id INTEGER
|
||||
NOT NULL
|
||||
|
|
|
|||
Loading…
Reference in a new issue