Skip to content

Commit 78aa134

Browse files
authored
Advance to "Rename models.exs to schemas.exs" commit. (#17)
1 parent 0221836 commit 78aa134

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

integration/sqlite/test_helper.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ defmodule Ecto.Integration.Case do
6666
end
6767

6868
# Load support models and migration
69-
Code.require_file "../../deps/ecto/integration_test/support/models.exs", __DIR__
69+
Code.require_file "../../deps/ecto/integration_test/support/schemas.exs", __DIR__
7070
Code.require_file "../../deps/ecto/integration_test/support/migration.exs", __DIR__
7171

7272
# Load up the repository, start it, and run migrations

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ defmodule Sqlite.Ecto.Mixfile do
3333
defp deps do
3434
[{:coverex, "~> 1.4.11", only: :coverage},
3535
{:ex_doc, "~> 0.14.5", only: :dev},
36-
{:ecto, git: "https://github.com/scouten/ecto.git", ref: "d3dd0bf2d96e5b556d5595c4ab7db60dc39a2357"},
36+
{:ecto, git: "https://github.com/scouten/ecto.git", ref: "312f929b447f0762b0f1bfddb42dbfe4106da399"},
3737
{:poison, "~> 1.0"},
3838
{:sqlitex, git: "https://github.com/scouten/sqlitex.git", ref: "c997c613a69ece59d8dd6b7e7ee557d4c4a1c709"}]
3939
end

mix.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"coverex": {:hex, :coverex, "1.4.11", "fb963586be173e0e5253b200ca624e2708ed5dbe58b90ddbed27184a1f46d61e", [:mix], [{:hackney, "~> 1.5", [hex: :hackney, optional: false]}, {:poison, "~> 1.5 or ~> 2.0", [hex: :poison, optional: false]}]},
33
"decimal": {:hex, :decimal, "1.1.1", "a8ff5b673105e6cdaca96f799aeefc6f07142881b616c65db16e14e556b16e76", [:mix], []},
44
"earmark": {:hex, :earmark, "1.0.3", "89bdbaf2aca8bbb5c97d8b3b55c5dd0cff517ecc78d417e87f1d0982e514557b", [:mix], []},
5-
"ecto": {:git, "https://github.com/scouten/ecto.git", "d3dd0bf2d96e5b556d5595c4ab7db60dc39a2357", [ref: "d3dd0bf2d96e5b556d5595c4ab7db60dc39a2357"]},
5+
"ecto": {:git, "https://github.com/scouten/ecto.git", "312f929b447f0762b0f1bfddb42dbfe4106da399", [ref: "312f929b447f0762b0f1bfddb42dbfe4106da399"]},
66
"esqlite": {:hex, :esqlite, "0.2.1", "0e2896f177180b33e5a8fe65342b4e81de46e0db59e4cbf6e8b9101e98d423fd", [:make, :rebar], []},
77
"ex_doc": {:hex, :ex_doc, "0.14.5", "c0433c8117e948404d93ca69411dd575ec6be39b47802e81ca8d91017a0cf83c", [:mix], [{:earmark, "~> 1.0", [hex: :earmark, optional: false]}]},
88
"hackney": {:hex, :hackney, "1.6.5", "8c025ee397ac94a184b0743c73b33b96465e85f90a02e210e86df6cbafaa5065", [:rebar3], [{:certifi, "0.7.0", [hex: :certifi, optional: false]}, {:idna, "1.2.0", [hex: :idna, optional: false]}, {:metrics, "1.0.1", [hex: :metrics, optional: false]}, {:mimerl, "1.0.2", [hex: :mimerl, optional: false]}, {:ssl_verify_fun, "1.1.1", [hex: :ssl_verify_fun, optional: false]}]},

0 commit comments

Comments
 (0)