You've already forked obsidian-visualiser
Add dynamic text compiling and dynamic children list rendering on DOM.
This commit is contained in:
@@ -6,8 +6,7 @@ CREATE TABLE `__new_campaign_logs` (
|
||||
`type` text,
|
||||
`details` text NOT NULL,
|
||||
PRIMARY KEY(`id`, `from`, `timestamp`),
|
||||
FOREIGN KEY (`id`) REFERENCES `campaign`(`id`) ON UPDATE cascade ON DELETE cascade,
|
||||
FOREIGN KEY (`from`)
|
||||
FOREIGN KEY (`id`) REFERENCES `campaign`(`id`) ON UPDATE cascade ON DELETE cascade
|
||||
);
|
||||
--> statement-breakpoint
|
||||
INSERT INTO `__new_campaign_logs`("id", "from", "timestamp", "type", "details") SELECT "id", "from", "timestamp", "type", "details" FROM `campaign_logs`;--> statement-breakpoint
|
||||
|
||||
Reference in New Issue
Block a user