This commit is contained in:
2025-10-17 18:03:00 +02:00
parent f9e798f3b3
commit fc3d6cb826
9 changed files with 56 additions and 18 deletions
@@ -0,0 +1,2 @@
ALTER TABLE folders
ADD COLUMN path_cache VARCHAR(1000);
@@ -0,0 +1,2 @@
ALTER TABLE folders
DROP COLUMN path_cache;