diff options
| author | Tim Graham <timograham@gmail.com> | 2013-07-16 09:10:04 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2013-07-24 06:56:33 -0400 |
| commit | 31c13a99bb9ebdaf12ccab4e880c5da930d86e79 (patch) | |
| tree | d7b2fcf5cbc526bf63ffe1a3b521ccc0e3f1d39c /tests/fixtures_model_package/sql/book.sql | |
| parent | c928725b933ff479c04e8a7fb74c4dc2ba138aa7 (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.sql | 1 |
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'); |
