feat(tfstated): preserve lock information in states versions
This commit is contained in:
parent
5959766cbd
commit
0e58781daa
2 changed files with 8 additions and 1 deletions
|
@ -13,6 +13,7 @@ CREATE TABLE versions (
|
|||
id INTEGER PRIMARY KEY,
|
||||
state_id INTEGER,
|
||||
data BLOB,
|
||||
lock TEXT,
|
||||
created INTEGER DEFAULT (unixepoch()),
|
||||
FOREIGN KEY(state_id) REFERENCES states(id) ON DELETE CASCADE
|
||||
) STRICT;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue