You've already forked obsidian-visualiser
Ajust database schema to recent changes
This commit is contained in:
5
drizzle/0016_wild_the_anarchist.sql
Normal file
5
drizzle/0016_wild_the_anarchist.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
DROP TABLE `character_modifiers`;--> statement-breakpoint
|
||||
DROP TABLE `character_spell`;--> statement-breakpoint
|
||||
ALTER TABLE `character` ADD `variables` text DEFAULT '{"health": 0,"mana": 0,"spells": [],"equipment": [],"exhaustion": 0,"sickness": []}' NOT NULL;--> statement-breakpoint
|
||||
ALTER TABLE `character` DROP COLUMN `health`;--> statement-breakpoint
|
||||
ALTER TABLE `character` DROP COLUMN `mana`;
|
||||
Reference in New Issue
Block a user