chore: create user, collection and link models, migrations and seeders

This commit is contained in:
Sonny
2024-04-28 00:45:10 +02:00
committed by Sonny
parent 08dcd7455f
commit 231629f0dd
17 changed files with 311 additions and 32 deletions

View File

@@ -2,7 +2,7 @@
"Servers": {
"1": {
"Name": "project",
"Group": "Server Group 1",
"Group": "Servers",
"Port": 5432,
"Username": "postgres",
"Host": "postgres",
@@ -10,4 +10,4 @@
"MaintenanceDB": "my-links"
}
}
}
}