Skip to content

Commit

Permalink
Merge branch 'dev' of https://github.com/BEXIS2/Workspace into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidBlaa committed Oct 21, 2021
2 parents 35dfa5d + f68a047 commit 5169106
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 5 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
/Modules/DDM/Lucene/SearchIndex/BexisAutoComplete/segments_1
<<<<<<< HEAD
/Modules/DDM/Lucene
=======
/General/Configurations/Credentials.config
>>>>>>> 9a1b89511ee2031ef009497d1d5403106eb32385
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
<column name="Name" index="idx_ContentDescriptors_id"/>
</property>

<property name="URI" type="String">
<column name="URI" />
<property name="URI" type="StringClob">
<column name="URI" sql-type="text"/>
</property>

<many-to-one class="DatasetVersion" name="DatasetVersion" column="DatasetVersionRef" not-null="true">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -114,4 +114,4 @@

</class>

</hibernate-mapping>
</hibernate-mapping>
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<column name="Extra" not-null="false" sql-type="xml" />
</property>


<property name="DecisionDate" type="DateTime">
<column name="DecisionDate" />
</property>
Expand All @@ -30,4 +31,4 @@

<many-to-one name="Request" column="RequestRef" class="BExIS.Security.Entities.Requests.Request, BExIS.Security.Entities" />
</class>
</hibernate-mapping>
</hibernate-mapping>
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@

<many-to-one name="Applicant" column="ApplicantRef" class="BExIS.Security.Entities.Subjects.User, BExIS.Security.Entities" />
</class>
</hibernate-mapping>
</hibernate-mapping>
1 change: 1 addition & 0 deletions General/Db/Settings/PostgreSQL82Dialect.hibernate.cfg.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
<property name="show_sql">False</property><!--set to false on production-->
<property name="format_sql">True</property><!--set to false on production-->
<property name="generate_statistics">False</property><!--set to false on production-->
<property name="command_timeout">180</property><!-- Specify the default timeout in seconds of DbCommands generated by NHibernate. Negative values disable it. Link: https://nhibernate.info/doc/nhibernate-reference/session-configuration.html-->
</session-factory>

</hibernate-configuration>
Binary file modified Modules/DDM/Lucene/SearchIndex/BexisAutoComplete/segments.gen
Binary file not shown.
Binary file not shown.
Binary file modified Modules/DDM/Lucene/SearchIndex/BexisSearchIndex/segments.gen
Binary file not shown.
Binary file not shown.

0 comments on commit 5169106

Please sign in to comment.