chore: removed sync engine since we go for filesystem based syncing

This commit is contained in:
2026-02-14 18:15:28 +01:00
parent daac97824d
commit 34eb0d3781
17 changed files with 766 additions and 838 deletions

View File

@@ -0,0 +1,5 @@
DROP TABLE `sync_log`;--> statement-breakpoint
ALTER TABLE `media` DROP COLUMN `sync_status`;--> statement-breakpoint
ALTER TABLE `media` DROP COLUMN `synced_at`;--> statement-breakpoint
ALTER TABLE `posts` DROP COLUMN `sync_status`;--> statement-breakpoint
ALTER TABLE `posts` DROP COLUMN `synced_at`;