Browse Source

this change required for the elixir/exrm to package this as a dependency.

zeal301 9 years ago
parent
commit
20e258371b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/mysql.app.src

+ 1 - 0
src/mysql.app.src

@@ -20,5 +20,6 @@
     {description, "MySQL/OTP - Erlang MySQL client driver"},
     {vsn, "1.1.1"},
     {modules, []},
+    {registered, []},
     {applications, []}
 ]}.