Cleanup TODOs

This commit is contained in:
Laura Hausmann 2022-02-09 18:26:51 +01:00
parent 2d8fdc27d2
commit a15347e28c
Signed by: zotan
GPG key ID: D044E84C5BE01605

View file

@ -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;