This information is encoded into the mode column.
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
pkg_id,
path,
size,
- type,
mode,
"user",
"group",
)
VALUES
(
- %s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s
+ %s, %s, %s, %s, %s, %s, %s, %s, %s, %s
)""",
((
self.id,
file.path,
file.size,
- file.type,
file.mode,
file.user,
file.group,
pkg_id integer NOT NULL,
path text NOT NULL,
size bigint NOT NULL,
- type integer NOT NULL,
config boolean DEFAULT false NOT NULL,
mode integer NOT NULL,
"user" text NOT NULL,