*** Wartungsfenster jeden ersten Mittwoch vormittag im Monat ***

Update Home authored by Kittlaus, Steffen's avatar Kittlaus, Steffen
......@@ -201,7 +201,7 @@ To allow the compartment to be included twice as foreign key referencing once th
## Steps to set up the database from DDL scripts
- [ ] Export the DDL script from ERMaster
- [ ] Perform "Search and replace" for 'SESSION_USER' by SESSION_USER in the DDL script to make this default value a variable instead of the test string.
- [ ] Perform "Search and replace" for 'SESSION_USER' by SESSION_USER in the DDL script to make this default value a variable instead of the text string.
- [ ] Add table partitioning if you expect the tables to become big. Find the table creation statements in the DDL script and append them as follows:
<details><summary>Click to expand</summary>
......
......