feat(db): dm_channels.name/icon/metadata_updated_at

This commit is contained in:
Jannis Braun
2026-05-10 17:58:00 +02:00
parent e4717ef733
commit f2542fd849
4 changed files with 3676 additions and 0 deletions
@@ -0,0 +1,3 @@
ALTER TABLE `dm_channels` ADD `name` text;--> statement-breakpoint
ALTER TABLE `dm_channels` ADD `icon` text;--> statement-breakpoint
ALTER TABLE `dm_channels` ADD `metadata_updated_at` integer DEFAULT 0 NOT NULL;