1
0
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:
2022-07-03 19:03:14 -04:00
parent d0443f0a7d
commit 5bacbcec28
4 changed files with 12 additions and 0 deletions

View 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

View File

@@ -0,0 +1,2 @@
.read Create_Database_Empty.sql
.read Insert_Test_Data.sql