summaryrefslogtreecommitdiff
path: root/tests/fixtures_model_package/sql/book.sql
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2013-07-16 09:10:04 -0400
committerTim Graham <timograham@gmail.com>2013-07-24 06:56:33 -0400
commit31c13a99bb9ebdaf12ccab4e880c5da930d86e79 (patch)
treed7b2fcf5cbc526bf63ffe1a3b521ccc0e3f1d39c /tests/fixtures_model_package/sql/book.sql
parentc928725b933ff479c04e8a7fb74c4dc2ba138aa7 (diff)
Fixed #14300 -- Fixed initial SQL location if models is a package.
Thanks al_the_x for the report and fheinz for the draft patch.
Diffstat (limited to 'tests/fixtures_model_package/sql/book.sql')
-rw-r--r--tests/fixtures_model_package/sql/book.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/fixtures_model_package/sql/book.sql b/tests/fixtures_model_package/sql/book.sql
new file mode 100644
index 0000000000..21b1d9465b
--- /dev/null
+++ b/tests/fixtures_model_package/sql/book.sql
@@ -0,0 +1 @@
+INSERT INTO fixtures_model_package_book (name) VALUES ('My Book');