Skip to content

Commit 554b65d

Browse files
committed
Merge branch 'master' into develop
Conflicts: ChinookDatabase/DataSources/Chinook_PostgreSql.sql
2 parents 6014181 + 133159f commit 554b65d

13 files changed

+65
-0
lines changed

‎ChinookDatabase/DataSources/ChinookDatabase.tt‎

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,11 @@ foreach (IDdlStrategy strategy in options.DdlStrategies)
6666
License: https://github.com/lerocha/chinook-database/blob/master/LICENSE.md
6767
********************************************************************************/
6868

69+
/*******************************************************************************
70+
WARNING: This file was generated by a tool and changes to this file
71+
will be lost when this file is regenerated.
72+
********************************************************************************/
73+
6974
<#
7075
if (strategy.IsReCreateDatabaseEnabled)
7176
{

‎ChinookDatabase/DataSources/Chinook_Db2.sql‎

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@
88
License: https://github.com/lerocha/chinook-database/blob/master/LICENSE.md
99
********************************************************************************/
1010

11+
/*******************************************************************************
12+
WARNING: This file was generated by a tool and changes to this file
13+
will be lost when this file is regenerated.
14+
********************************************************************************/
15+
1116

1217
/*******************************************************************************
1318
Create Tables

‎ChinookDatabase/DataSources/Chinook_MySql.sql‎

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@
88
License: https://github.com/lerocha/chinook-database/blob/master/LICENSE.md
99
********************************************************************************/
1010

11+
/*******************************************************************************
12+
WARNING: This file was generated by a tool and changes to this file
13+
will be lost when this file is regenerated.
14+
********************************************************************************/
15+
1116
/*******************************************************************************
1217
Drop database if it exists
1318
********************************************************************************/

‎ChinookDatabase/DataSources/Chinook_MySql_AutoIncrementPKs.sql‎

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@
88
License: https://github.com/lerocha/chinook-database/blob/master/LICENSE.md
99
********************************************************************************/
1010

11+
/*******************************************************************************
12+
WARNING: This file was generated by a tool and changes to this file
13+
will be lost when this file is regenerated.
14+
********************************************************************************/
15+
1116
/*******************************************************************************
1217
Drop database if it exists
1318
********************************************************************************/

‎ChinookDatabase/DataSources/Chinook_Oracle.sql‎

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@
88
License: https://github.com/lerocha/chinook-database/blob/master/LICENSE.md
99
********************************************************************************/
1010

11+
/*******************************************************************************
12+
WARNING: This file was generated by a tool and changes to this file
13+
will be lost when this file is regenerated.
14+
********************************************************************************/
15+
1116
/*******************************************************************************
1217
Drop database if it exists
1318
********************************************************************************/

‎ChinookDatabase/DataSources/Chinook_PostgreSql.sql‎

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@
88
License: https://github.com/lerocha/chinook-database/blob/master/LICENSE.md
99
********************************************************************************/
1010

11+
/*******************************************************************************
12+
WARNING: This file was generated by a tool and changes to this file
13+
will be lost when this file is regenerated.
14+
********************************************************************************/
15+
1116

1217
/*******************************************************************************
1318
Create Tables

‎ChinookDatabase/DataSources/Chinook_PostgreSql_AutoIncrementPKs.sql‎

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@
88
License: https://github.com/lerocha/chinook-database/blob/master/LICENSE.md
99
********************************************************************************/
1010

11+
/*******************************************************************************
12+
WARNING: This file was generated by a tool and changes to this file
13+
will be lost when this file is regenerated.
14+
********************************************************************************/
15+
1116

1217
/*******************************************************************************
1318
Create Tables

‎ChinookDatabase/DataSources/Chinook_SqlServer.sql‎

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@
88
License: https://github.com/lerocha/chinook-database/blob/master/LICENSE.md
99
********************************************************************************/
1010

11+
/*******************************************************************************
12+
WARNING: This file was generated by a tool and changes to this file
13+
will be lost when this file is regenerated.
14+
********************************************************************************/
15+
1116
/*******************************************************************************
1217
Drop database if it exists
1318
********************************************************************************/

‎ChinookDatabase/DataSources/Chinook_SqlServerCompact.sqlce‎

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@
88
License: https://github.com/lerocha/chinook-database/blob/master/LICENSE.md
99
********************************************************************************/
1010

11+
/*******************************************************************************
12+
WARNING: This file was generated by a tool and changes to this file
13+
will be lost when this file is regenerated.
14+
********************************************************************************/
15+
1116

1217
/*******************************************************************************
1318
Create Tables

‎ChinookDatabase/DataSources/Chinook_SqlServerCompact_AutoIncrementPKs.sqlce‎

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@
88
License: https://github.com/lerocha/chinook-database/blob/master/LICENSE.md
99
********************************************************************************/
1010

11+
/*******************************************************************************
12+
WARNING: This file was generated by a tool and changes to this file
13+
will be lost when this file is regenerated.
14+
********************************************************************************/
15+
1116

1217
/*******************************************************************************
1318
Create Tables

0 commit comments

Comments
 (0)