forked from HPR/hpr_generator
Add database creation helper scripts
Add a script to create an empty database and a script to create a database filled with data from the Insert_Test_Data script.
This commit is contained in:
4
_sql/Create_Database_Empty.sql
Normal file
4
_sql/Create_Database_Empty.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
.read Create_Table_Contributors.sql
|
||||
.read Create_Table_Episodes.sql
|
||||
.read Create_Table_Tags.sql
|
||||
.read Create_Table_Tag_To_Episodes.sql
|
2
_sql/Create_Database_Test.sql
Normal file
2
_sql/Create_Database_Test.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
.read Create_Database_Empty.sql
|
||||
.read Insert_Test_Data.sql
|
Reference in New Issue
Block a user