From a15347e28c8a3d27c2f4f172e8f9b6dfa4d903be Mon Sep 17 00:00:00 2001 From: Laura Hausmann Date: Wed, 9 Feb 2022 18:26:51 +0100 Subject: [PATCH] Cleanup TODOs --- Migrations.cs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Migrations.cs b/Migrations.cs index 31ef739..34ba34e 100644 --- a/Migrations.cs +++ b/Migrations.cs @@ -9,10 +9,6 @@ using RTMPDash.Pages; namespace RTMPDash; -/** - * TODO: Initial migrations should create all tables & an admin user and print a randomly generated password for the admin user - * * - */ public static class Migrations { public const int DbVer = 2;