This commit is contained in:
Jonathan Jenne 2021-08-19 14:59:58 +02:00
commit 83ab77d2fa
4 changed files with 2769 additions and 0 deletions

1663
00_DD/DD_ECM.sql Normal file

File diff suppressed because it is too large Load Diff

1090
01_PM/PM.sql Normal file

File diff suppressed because it is too large Load Diff

0
MainScriptBuilder.ps1 Normal file
View File

16
README.md Normal file
View File

@ -0,0 +1,16 @@
# SQL Skripte
## Idee
* Einzelne Tabellen-Skripte in Unterordnern sammeln und als unveränderlich betrachten
* Ordner und Skripte sind nach folgender Notation benannt NNN_Name, um eine Reihenfolge zu gewährleisten
* MainScriptBuilder.ps1 geht alle Order/Skripte der Reihenfolge nach durch und erstellt daraus das MainSkript
## Beispiel
* 00_DD
* 00_TBDD_BASECONFIG.sql
* 01_TBDD_USER.sql
* 02_TBDD_GROUP.sql
* 01_PM
* 00_TBPM_PROFILE.sql