forked from sanchezvem/pyrofetes-backend
MAJ update movement
This commit is contained in:
@@ -6,6 +6,8 @@ namespace PyroFetes;
|
||||
|
||||
public class PyroFetesDbContext : DbContext
|
||||
{
|
||||
|
||||
|
||||
// Entities
|
||||
public DbSet<Availability> Availabilities { get; set; }
|
||||
public DbSet<Brand> Brands { get; set; }
|
||||
@@ -55,7 +57,7 @@ public class PyroFetesDbContext : DbContext
|
||||
{
|
||||
string connectionString =
|
||||
"Server=romaric-thibault.fr;" +
|
||||
"Database=Pyromana;" +
|
||||
"Database=PyroMana;" +
|
||||
"User Id=matheo;" +
|
||||
"Password=Onto9-Cage-Afflicted;" +
|
||||
"TrustServerCertificate=true;";
|
||||
|
||||
Reference in New Issue
Block a user