c45e1dd427
all schema and rest apis for text extraction support * in progress * stage 8 complete * phase 9 completed * phase 9 complete * ongoing - s3 path fix * working * optimize ci build * e2e tests * missing test
6 lines
203 B
SQL
6 lines
203 B
SQL
-- Rollback: Drop folders table and its indexes
|
|
DROP INDEX IF EXISTS idx_folders_path;
|
|
DROP INDEX IF EXISTS idx_folders_clientid;
|
|
DROP INDEX IF EXISTS idx_folders_parentid;
|
|
DROP TABLE IF EXISTS folders;
|