Create a new database matching the name format: network_m_d_yyyy, i.e. mtw_5_2_2025.
In the epanetconsolecore solution, right click on EN2PostgresContext and set it as startup project.
In the EN2PostgresContext project, make sure the two files EN2PostgresContext.cs and EN2PostgresContextFactory.cs reference the proper database in their connection strings.
In the VS toolbar, select Tools > NuGet Package Manager > Package Manager Console.
In the console, click the dropdown to ensure the EN2PostgresContext project is selected.
Run the command Update-Database
Repeat all steps 1-6 for the SDPostgresContext project.