add is_folder notion

This commit is contained in:
m
2026-07-13 13:25:02 +02:00
parent 68ec7509f7
commit 968605b3d1
6 changed files with 48 additions and 5 deletions
@@ -0,0 +1,2 @@
-- VaultDrop 003: tags table
ALTER TABLE files DROP COLUMN IF EXISTS is_folder;
@@ -0,0 +1 @@
ALTER TABLE files ADD COLUMN is_folder BOOLEAN NOT NULL DEFAULT false;