fix: add migrations for stored procedure and privacy field in playlists

This commit is contained in:
2026-01-25 20:53:01 +01:00
parent ac2b6aba6e
commit 0b74cf2daa
9 changed files with 1191 additions and 1119 deletions

View File

@@ -1,4 +1,4 @@
// <auto-generated />
// <auto-generated />
using System;
using Microsoft.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore.Infrastructure;
@@ -213,6 +213,9 @@ namespace Shadow.Migrations
.IsRequired()
.HasColumnType("text");
b.Property<bool>("Private")
.HasColumnType("boolean");
b.Property<string>("Uri")
.IsRequired()
.HasColumnType("text");