Skip to content

Commit

Permalink
chore: adding warning that sql scripts are auto-generated
Browse files Browse the repository at this point in the history
  • Loading branch information
lerocha committed Feb 10, 2024
1 parent 5156927 commit 133159f
Show file tree
Hide file tree
Showing 13 changed files with 65 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ChinookDatabase/DataSources/ChinookDatabase.tt
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,11 @@ foreach (IDdlStrategy strategy in options.DdlStrategies)
License: https://github.com/lerocha/chinook-database/blob/master/LICENSE.md
********************************************************************************/

/*******************************************************************************
WARNING: This file was generated by a tool and changes to this file
will be lost when this file is regenerated.
********************************************************************************/

<#
if (strategy.IsReCreateDatabaseEnabled)
{
Expand Down
5 changes: 5 additions & 0 deletions ChinookDatabase/DataSources/Chinook_Db2.sql
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@
License: https://github.com/lerocha/chinook-database/blob/master/LICENSE.md
********************************************************************************/

/*******************************************************************************
WARNING: This file was generated by a tool and changes to this file
will be lost when this file is regenerated.
********************************************************************************/


/*******************************************************************************
Create Tables
Expand Down
5 changes: 5 additions & 0 deletions ChinookDatabase/DataSources/Chinook_MySql.sql
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@
License: https://github.com/lerocha/chinook-database/blob/master/LICENSE.md
********************************************************************************/

/*******************************************************************************
WARNING: This file was generated by a tool and changes to this file
will be lost when this file is regenerated.
********************************************************************************/

/*******************************************************************************
Drop database if it exists
********************************************************************************/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@
License: https://github.com/lerocha/chinook-database/blob/master/LICENSE.md
********************************************************************************/

/*******************************************************************************
WARNING: This file was generated by a tool and changes to this file
will be lost when this file is regenerated.
********************************************************************************/

/*******************************************************************************
Drop database if it exists
********************************************************************************/
Expand Down
5 changes: 5 additions & 0 deletions ChinookDatabase/DataSources/Chinook_Oracle.sql
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@
License: https://github.com/lerocha/chinook-database/blob/master/LICENSE.md
********************************************************************************/

/*******************************************************************************
WARNING: This file was generated by a tool and changes to this file
will be lost when this file is regenerated.
********************************************************************************/

/*******************************************************************************
Drop database if it exists
********************************************************************************/
Expand Down
5 changes: 5 additions & 0 deletions ChinookDatabase/DataSources/Chinook_PostgreSql.sql
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@
License: https://github.com/lerocha/chinook-database/blob/master/LICENSE.md
********************************************************************************/

/*******************************************************************************
WARNING: This file was generated by a tool and changes to this file
will be lost when this file is regenerated.
********************************************************************************/


/*******************************************************************************
Create Tables
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@
License: https://github.com/lerocha/chinook-database/blob/master/LICENSE.md
********************************************************************************/

/*******************************************************************************
WARNING: This file was generated by a tool and changes to this file
will be lost when this file is regenerated.
********************************************************************************/


/*******************************************************************************
Create Tables
Expand Down
5 changes: 5 additions & 0 deletions ChinookDatabase/DataSources/Chinook_SqlServer.sql
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@
License: https://github.com/lerocha/chinook-database/blob/master/LICENSE.md
********************************************************************************/

/*******************************************************************************
WARNING: This file was generated by a tool and changes to this file
will be lost when this file is regenerated.
********************************************************************************/

/*******************************************************************************
Drop database if it exists
********************************************************************************/
Expand Down
5 changes: 5 additions & 0 deletions ChinookDatabase/DataSources/Chinook_SqlServerCompact.sqlce
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@
License: https://github.com/lerocha/chinook-database/blob/master/LICENSE.md
********************************************************************************/

/*******************************************************************************
WARNING: This file was generated by a tool and changes to this file
will be lost when this file is regenerated.
********************************************************************************/


/*******************************************************************************
Create Tables
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@
License: https://github.com/lerocha/chinook-database/blob/master/LICENSE.md
********************************************************************************/

/*******************************************************************************
WARNING: This file was generated by a tool and changes to this file
will be lost when this file is regenerated.
********************************************************************************/


/*******************************************************************************
Create Tables
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@
License: https://github.com/lerocha/chinook-database/blob/master/LICENSE.md
********************************************************************************/

/*******************************************************************************
WARNING: This file was generated by a tool and changes to this file
will be lost when this file is regenerated.
********************************************************************************/

/*******************************************************************************
Drop database if it exists
********************************************************************************/
Expand Down
5 changes: 5 additions & 0 deletions ChinookDatabase/DataSources/Chinook_Sqlite.sql
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@
License: https://github.com/lerocha/chinook-database/blob/master/LICENSE.md
********************************************************************************/

/*******************************************************************************
WARNING: This file was generated by a tool and changes to this file
will be lost when this file is regenerated.
********************************************************************************/

/*******************************************************************************
Drop Foreign Keys Constraints
********************************************************************************/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@
License: https://github.com/lerocha/chinook-database/blob/master/LICENSE.md
********************************************************************************/

/*******************************************************************************
WARNING: This file was generated by a tool and changes to this file
will be lost when this file is regenerated.
********************************************************************************/

/*******************************************************************************
Drop Foreign Keys Constraints
********************************************************************************/
Expand Down

0 comments on commit 133159f

Please sign in to comment.