mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-08-31 18:46:02 +00:00
More evolution of what the 'locks' table will look like.
This commit is contained in:
parent
e996032425
commit
4415a25335
@ -10,7 +10,7 @@ CREATE TABLE locks (
|
||||
type TEXT,
|
||||
scope TEXT,
|
||||
depth INT,
|
||||
owner INT REFERENCES usr(user_no),
|
||||
owner TEXT,
|
||||
timeout INTERVAL,
|
||||
start TIMESTAMP DEFAULT current_timestamp
|
||||
);
|
||||
|
||||
@ -111,7 +111,7 @@ CREATE TABLE locks (
|
||||
type TEXT,
|
||||
scope TEXT,
|
||||
depth INT,
|
||||
owner INT REFERENCES usr(user_no),
|
||||
owner TEXT,
|
||||
timeout INTERVAL,
|
||||
start TIMESTAMP DEFAULT current_timestamp
|
||||
);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user