WIP: Begins work on login / signup, adds user database models, authentication needs implemented.
This commit is contained in:
@@ -57,6 +57,8 @@ extension DatabaseClient.Migrations: DependencyKey {
|
||||
public static let liveValue = Self(
|
||||
run: {
|
||||
[
|
||||
User.Migrate(),
|
||||
User.Token.Migrate(),
|
||||
Project.Migrate(),
|
||||
ComponentPressureLoss.Migrate(),
|
||||
EquipmentInfo.Migrate(),
|
||||
|
||||
Reference in New Issue
Block a user