1
0
mirror of https://github.com/UzixLS/migresia.git synced 2025-07-18 23:01:21 +03:00

Use priv folder to store migrations and include folder to store a link to the .hrl file with table definitions - so that both are included when creating a new release

This commit is contained in:
Grzegorz Junka
2013-04-15 10:35:53 +00:00
parent d1aba9ae78
commit e1da643223
3 changed files with 11 additions and 8 deletions

8
.gitignore vendored
View File

@ -1,6 +1,8 @@
/ebin/
.eunit
deps
*.o
*.beam
*.plt
*.plt
/ebin/
/priv/migrate/
/include/tables.hrl