first commit

This commit is contained in:
wsq
2026-05-13 21:58:19 +08:00
commit 0167c66cb7
1475 changed files with 233414 additions and 0 deletions
@@ -0,0 +1,11 @@
ALTER TABLE `novel_promotion_locations`
ADD COLUMN `assetKind` VARCHAR(191) NOT NULL DEFAULT 'location';
ALTER TABLE `global_locations`
ADD COLUMN `assetKind` VARCHAR(191) NOT NULL DEFAULT 'location';
ALTER TABLE `novel_promotion_clips`
ADD COLUMN `props` TEXT NULL;
ALTER TABLE `novel_promotion_panels`
ADD COLUMN `props` TEXT NULL;
@@ -0,0 +1,2 @@
ALTER TABLE `projects`
DROP COLUMN `mode`;
@@ -0,0 +1,5 @@
ALTER TABLE location_images
ADD COLUMN availableSlots TEXT NULL;
ALTER TABLE global_location_images
ADD COLUMN availableSlots TEXT NULL;