chore: removed sync engine since we go for filesystem based syncing
This commit is contained in:
5
drizzle/0001_narrow_black_bolt.sql
Normal file
5
drizzle/0001_narrow_black_bolt.sql
Normal 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`;
|
||||
Reference in New Issue
Block a user