drop is folder column useless

This commit is contained in:
m
2026-07-13 16:36:44 +02:00
parent 3c66fcabfc
commit 70ceec1603
2 changed files with 3 additions and 0 deletions
@@ -0,0 +1 @@
ALTER TABLE files ADD COLUMN is_folder BOOLEAN NOT NULL DEFAULT false;