mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-16 21:50:35 +02:00
Schema fixes
This commit is contained in:
+14
@@ -0,0 +1,14 @@
|
||||
/*
|
||||
Warnings:
|
||||
|
||||
- You are about to drop the column `skip` on the `Song` table. All the data in the column will be lost.
|
||||
|
||||
*/
|
||||
-- DropIndex
|
||||
DROP INDEX "ServerFolder_remoteId_key";
|
||||
|
||||
-- AlterTable
|
||||
ALTER TABLE "Song" DROP COLUMN "skip",
|
||||
ALTER COLUMN "duration" DROP NOT NULL,
|
||||
ALTER COLUMN "bitRate" DROP NOT NULL,
|
||||
ALTER COLUMN "discNumber" DROP NOT NULL;
|
||||
Reference in New Issue
Block a user