diff options
Diffstat (limited to 'slips/build/sql/Data/location.sql.template')
| -rw-r--r-- | slips/build/sql/Data/location.sql.template | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/slips/build/sql/Data/location.sql.template b/slips/build/sql/Data/location.sql.template new file mode 100644 index 0000000..1e17c16 --- /dev/null +++ b/slips/build/sql/Data/location.sql.template @@ -0,0 +1,5 @@ +use [@initial.catalog@];
+GO
+INSERT INTO Location(LocationName) VALUES('Inland Lake')
+INSERT INTO Location(LocationName) VALUES('Sab Diego')
+GO
|
