refactor: Disable broken symlink implementation for now to prepare for table-based reimplementation

This commit is contained in:
Felix Pojtinger
2022-01-20 23:48:59 +01:00
parent e391c02a11
commit 4de7a32d2c
7 changed files with 867 additions and 868 deletions

View File

@@ -17,7 +17,7 @@ create table headers (
-- Name of file entry
name text not null primary key,
-- Target name of link (valid for TypeLink or TypeSymlink)
linkname text not null,
-- linkname text not null, -- FIXME: Handle linkname
-- Logical file size in bytes
size integer not null,
-- Permission and mode bits