mirror of
https://github.com/UzixLS/migresia.git
synced 2025-07-18 23:01:21 +03:00
Bump version and add appup file
This commit is contained in:
@ -27,7 +27,8 @@
|
||||
{application, migresia,
|
||||
[
|
||||
{description, "Simple mnesia database migration tool"},
|
||||
{vsn, "0.0.2"},
|
||||
{vsn, "0.0.3"},
|
||||
{modules, [migresia, migresia_migrations]},
|
||||
{registered, []},
|
||||
{applications, [kernel, stdlib]}
|
||||
]
|
||||
|
11
src/migresia.appup.src
Normal file
11
src/migresia.appup.src
Normal file
@ -0,0 +1,11 @@
|
||||
%% -*- mode: erlang -*-
|
||||
{"0.0.3",
|
||||
[{"0.0.2",
|
||||
[{load_module, migresia_migrations},
|
||||
{load_module, migresia}
|
||||
]}],
|
||||
[{"0.0.2",
|
||||
[{load_module, migresia_migrations},
|
||||
{load_module, migresia}
|
||||
]}]
|
||||
}.
|
Reference in New Issue
Block a user