fix(tfstated): add lock handler tests
This commit is contained in:
parent
c4ce5e8623
commit
5ef098f47e
6 changed files with 102 additions and 24 deletions
|
@ -5,7 +5,7 @@ CREATE TABLE schema_version (
|
|||
CREATE TABLE states (
|
||||
id INTEGER PRIMARY KEY,
|
||||
name TEXT NOT NULL,
|
||||
data BLOB NOT NULL,
|
||||
data BLOB,
|
||||
lock TEXT
|
||||
) STRICT;
|
||||
CREATE UNIQUE INDEX states_name on states(name);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue