Database updates

This commit is contained in:
Andre Beging
2022-04-04 15:15:03 +02:00
parent 427b924759
commit 83fb4a3c5e
14 changed files with 584 additions and 117 deletions

View File

@@ -38,6 +38,9 @@
<property name="Created" type="DateTime" p1:ValidateRequired="true" p1:Guid="349bc0e7-f815-4593-9215-d2b91fdfacc4">
<column name="" />
</property>
<property name="EncryptedPassword" type="String" p1:ValidateRequired="true" p1:Guid="0e030886-d23e-4293-aeea-86f0a5c53d4e">
<column name="" />
</property>
</class>
<class name="Prospect" entity-set="Prospects" p1:Guid="2f24182f-047a-4dba-a926-ddb2044ce3a3">
<id name="Id" type="Guid" value-generated="OnAdd" p1:ValidateRequired="true" p1:Guid="be4ea414-f058-4b82-ab45-43750869702c">
@@ -78,6 +81,12 @@
<property name="ProspectId" type="Guid" p1:ValidateRequired="true" p1:Guid="55b4bace-d6bd-4e19-8a15-8c34157251b6">
<column name="" not-null="False" />
</property>
<property name="NotNeeded" type="Boolean" p1:ValidateRequired="true" p1:Guid="7856bc01-520d-4caf-aefc-7bd4f1c78bd7">
<column name="" />
</property>
<property name="Created" type="DateTime" p1:ValidateRequired="true" p1:Guid="735a509b-89a5-44b6-a80d-dc1bcd369ee2">
<column name="" />
</property>
</class>
<associations>
<association name="User_InteractionDate" cardinality="OneToMany" p1:Guid="865bd42d-b0ba-426f-a351-bcbdd38533f1">