summaryrefslogtreecommitdiff
path: root/backend/Elements.Data/ApplicationDbContext.cs
diff options
context:
space:
mode:
Diffstat (limited to 'backend/Elements.Data/ApplicationDbContext.cs')
-rw-r--r--backend/Elements.Data/ApplicationDbContext.cs7
1 files changed, 7 insertions, 0 deletions
diff --git a/backend/Elements.Data/ApplicationDbContext.cs b/backend/Elements.Data/ApplicationDbContext.cs
new file mode 100644
index 0000000..619719a
--- /dev/null
+++ b/backend/Elements.Data/ApplicationDbContext.cs
@@ -0,0 +1,7 @@
+using Microsoft.EntityFrameworkCore;
+
+namespace Elements.Data;
+public class ApplicationDbContext : DbContext
+{
+
+}