Feat: Contact Form MySQL database created and hooked up to web app on form submission. \n Fix: Removal of ERP and otherwise deprecated database and server code..
This commit is contained in:
@@ -4,7 +4,7 @@ param(
|
||||
[string]$sourceFolder = "C:\Users\edwar\OneDrive\Documents\Programming\Visual Studio 2022\PARTS_Web\app\static\MySQL\",
|
||||
[string]$outputFileName = "0000_combined.sql",
|
||||
[string]$filePattern = "*.sql",
|
||||
[string[]]$excludeFiles = @("920_edit_permissions.sql", "910_anal.sql", "701_p_shop_get_many_role_permission.sql", "600_p_shop_save_product.sql", "dump.sql") # Array of filenames to exclude
|
||||
[string[]]$excludeFiles = @("dump.sql") # Array of filenames to exclude
|
||||
)
|
||||
|
||||
$outputFile = Join-Path $sourceFolder $outputFileName
|
||||
|
||||
Reference in New Issue
Block a user