* Added machine model, and new database relations
* Added first centralized database config and added machine self-registration into db * Fix database migration with new database * Refactor
This commit is contained in:
@@ -62,10 +62,12 @@
|
||||
<Compile Include="ConfigModels\NcConfigModel.cs" />
|
||||
<Compile Include="DatabaseModels\FunctionAccessModel.cs" />
|
||||
<Compile Include="ConfigModels\MessageModel.cs" />
|
||||
<Compile Include="DatabaseModels\MachineModel.cs" />
|
||||
<Compile Include="DatabaseModels\RoleModel.cs">
|
||||
<Generator>DtsGenerator</Generator>
|
||||
<LastGenOutput>RoleModel.cs.d.ts</LastGenOutput>
|
||||
</Compile>
|
||||
<Compile Include="DatabaseModels\MachinesUsersModel.cs" />
|
||||
<Compile Include="DTOModels\DTOAlarmsModel.cs" />
|
||||
<Compile Include="DTOModels\DTOAxesModel.cs" />
|
||||
<Compile Include="DTOModels\DTOClientConfigurationModel.cs" />
|
||||
|
||||
Reference in New Issue
Block a user