Skip to content

Commit 93d8a30

Browse files
obmargscouten
authored andcommitted
Add sqlitex to applications in mix.exs (#194)
This is needed for sqlite_ecto2 to work properly in an OTP release. Without this sqlitex won't be included in the release, and sqlite_ecto2 will not work.
1 parent f2780eb commit 93d8a30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ defmodule Sqlite.Ecto2.Mixfile do
2525

2626
# Configuration for the OTP application
2727
def application do
28-
[applications: [:db_connection, :ecto, :logger],
28+
[applications: [:db_connection, :ecto, :logger, :sqlitex],
2929
mod: {Sqlite.DbConnection.App, []}]
3030
end
3131

0 commit comments

Comments
 (0)