Skip to content

Commit

Permalink
Header changes
Browse files Browse the repository at this point in the history
Changed the header information so that it reflects the projects new name.
  • Loading branch information
rich-howell committed May 22, 2024
1 parent b7be1f1 commit 7347922
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions build_database.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,17 @@
.NOTES
Tags: FormulaOne, F1, Database, Data.
Author: Richard Howell, sequelformula.com
Author: Richard Howell, f1-sql.com
Website: https://sequel-formula.com
Copyright: (c) 2024 by Sequel Formula, licensed under MIT
Website: https://f1-sql.com
Copyright: (c) 2024 by F1 SQL, licensed under MIT
License: MIT https://opensource.org/licenses/MIT
.LINK
https://sequel-formula.com
https://f1-sql.com
.EXAMPLE
PS C:\> .\build_database.ps1 -databaseName SequelFormulaDevTest -sqlInstance localhost -cleanInstance $false -backupDatabase $false -fileLocation "D:\Sequel Formula\Sequel-Formula-Files" -schemaLocation "D:\Sequel Formula\Sequel-Formula-Database" -round 3
PS C:\> .\build_database.ps1 -databaseName F1SQL -sqlInstance localhost -cleanInstance $false -backupDatabase $false -fileLocation "D:\f1-sql\f1-sql-Files" -schemaLocation "D:\f1-sql\f1-sql-Database" -round 3
#>

[CmdletBinding()]
Expand Down
10 changes: 5 additions & 5 deletions file-downloader.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,17 @@
.NOTES
Tags: FormulaOne, F1, Database, Data.
Author: Richard Howell, sequelformula.com
Author: Richard Howell, f1-sql.com
Website: https://sequelformula.com
Copyright: (c) 2024 by Sequel Formula, licensed under MIT
Website: https://f1-sql.com
Copyright: (c) 2024 by F1 SQL, licensed under MIT
License: MIT https://opensource.org/licenses/MIT
.LINK
https://sequelformula.com/projects/formula-one-database/
https://f1-sql.com/projects/formula-one-database/
.EXAMPLE
PS C:\> .\file-downloader.ps1 -sourceFilesFullPath "C:\Sequel Formula\Sequel-Formula-Files\" -calendarPath "C:\Sequel Formula\Sequel-Formula\src\raceCalendar.json" -round 01
PS C:\> .\file-downloader.ps1 -sourceFilesFullPath "C:\f1-sql\f1-sql-Files\" -calendarPath "C:\f1-sql\f1-sql\src\raceCalendar.json" -round 01
This will download the files for round 01 to the location provided using the specified calendar to get the round information.
Expand Down

0 comments on commit 7347922

Please sign in to comment.