@zodic/shared 0.0.322 → 0.0.323

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,10 @@
1
+ ALTER TABLE `user_artifacts` RENAME COLUMN "post_image_id" TO "post_images";--> statement-breakpoint
2
+ ALTER TABLE `user_artifacts` RENAME COLUMN "reel_image_id" TO "reel_images";--> statement-breakpoint
3
+ ALTER TABLE `user_artifacts` ADD `concept_id` text NOT NULL REFERENCES concepts(id);--> statement-breakpoint
4
+ CREATE INDEX `user_artifacts_concept_id_idx` ON `user_artifacts` (`concept_id`);--> statement-breakpoint
5
+ ALTER TABLE `user_artifacts` DROP COLUMN `gender`;--> statement-breakpoint
6
+ ALTER TABLE `user_artifacts` DROP COLUMN `archetype_index`;--> statement-breakpoint
7
+ ALTER TABLE `user_artifacts` DROP COLUMN `post_image_url`;--> statement-breakpoint
8
+ ALTER TABLE `user_artifacts` DROP COLUMN `reel_image_url`;--> statement-breakpoint
9
+ ALTER TABLE `user_artifacts` DROP COLUMN `post_generation_id`;--> statement-breakpoint
10
+ ALTER TABLE `user_artifacts` DROP COLUMN `reel_generation_id`;