first commit
This commit is contained in:
10
prisma/migrations/20250823131705_handle/migration.sql
Normal file
10
prisma/migrations/20250823131705_handle/migration.sql
Normal file
@@ -0,0 +1,10 @@
|
||||
-- DropIndex
|
||||
DROP INDEX `userHandle_handle_key` ON `userHandle`;
|
||||
|
||||
-- CreateTable
|
||||
CREATE TABLE `GlobalValue` (
|
||||
`id` INTEGER NOT NULL DEFAULT 1,
|
||||
`costPerView` DOUBLE NOT NULL,
|
||||
|
||||
PRIMARY KEY (`id`)
|
||||
) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;
|
||||
Reference in New Issue
Block a user