20250214031148_ChannelIdGuid.cs 591 B

12345678910111213141516171819202122
  1. using Microsoft.EntityFrameworkCore.Migrations;
  2. #nullable disable
  3. namespace Jellyfin.Server.Implementations.Migrations
  4. {
  5. /// <inheritdoc />
  6. public partial class ChannelIdGuid : Migration
  7. {
  8. /// <inheritdoc />
  9. protected override void Up(MigrationBuilder migrationBuilder)
  10. {
  11. // NOOP, Guids and strings are stored the same in SQLite.
  12. }
  13. /// <inheritdoc />
  14. protected override void Down(MigrationBuilder migrationBuilder)
  15. {
  16. // NOOP, Guids and strings are stored the same in SQLite.
  17. }
  18. }
  19. }