mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-07 10:56:49 +00:00
remove a file accidentally left over from the experiment in using sqlite to maintain lease information
This commit is contained in:
parent
ed84534c5b
commit
83d7eb23e6
@ -1,20 +0,0 @@
|
||||
CREATE TABLE buckets
|
||||
(
|
||||
bucket_id integer PRIMARY KEY AUTOINCREMENT,
|
||||
storage_index char(32)
|
||||
);
|
||||
|
||||
CREATE TABLE owners
|
||||
(
|
||||
owner_id integer PRIMARY KEY AUTOINCREMENT
|
||||
);
|
||||
|
||||
CREATE TABLE leases
|
||||
(
|
||||
lease_id integer PRIMARY KEY AUTOINCREMENT,
|
||||
bucket_id integer,
|
||||
owner_id integer,
|
||||
renew_secret char(32),
|
||||
cancel_secret char(32),
|
||||
expire_time timestamp
|
||||
);
|
Loading…
x
Reference in New Issue
Block a user