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

31 Commits

Author SHA1 Message Date
26892688c0 Updates README 2016-03-15 17:06:00 +05:30
f370393c58 Add example of an empty migration 2016-01-11 14:17:45 +00:00
971a02b321 Add rollback_last/0, fix #2 Don't rollback migrations already rolled back 0.0.4 2016-01-08 19:04:39 +00:00
7488a94837 Add ChangeLog 0.0.3 2015-09-21 17:32:09 +01:00
23cb5de0ac Update Readme 2015-09-21 17:17:13 +01:00
072908806a Bump version and add appup file 2015-09-02 15:17:30 +01:00
407c2f31c5 Enable migrations from a custom folder + allow to define custom folder in config file 2015-09-02 14:50:36 +01:00
1d15841d73 Fix rollback migratioins 0.0.2 2015-03-02 18:00:37 +00:00
992564afd9 Clean up and reorganize the code + store timestamps as integers + extract the function to create new migrations to a separate script 2015-02-03 10:56:07 +00:00
1de0be8ee2 Merge pull request #2 from lostcolony/master
Merge back changes from lostcolony/migresia
2015-02-02 11:53:56 +00:00
f7f4b04674 Adding rollback functionality 2014-04-14 09:40:32 -04:00
4ac5dbd21d Adding a wait for tables call to avoid failure to execute if the DB is taking a while to load due to size. 2014-02-06 09:24:04 -05:00
a586545a2f Changing out to use a locally implemented ensure_started rather than be reliant on 16B01 OTP 2013-11-22 12:15:18 -05:00
43df32f6de Changing all exit calls to throws, and changing bad file names to be excluded rather than cause a problem (so things like additional directories, notes, .svn folders, etc, will not cause issue) 2013-11-22 08:39:12 -05:00
e0c060a125 Forgot to change one call back to list_nodes 2013-11-21 13:11:19 -05:00
93acf0338f Changing name back to list_nodes 2013-11-21 12:25:21 -05:00
035d9a4e6b Adding better markdown 2013-11-21 12:19:21 -05:00
9ba7b9189b Changing out to use disc_copies everywhere for consistency; also making it so that code is loaded on all nodes so that transforms will work. 2013-11-21 11:36:54 -05:00
7a60739ac5 Whoops; adding the handling of an app already being loaded. 2013-11-21 09:50:21 -05:00
36ed822453 Massive overhaul to allow for multinode scenarios, and predictable return types. 2013-11-21 09:42:56 -05:00
f28ce61ad3 Fixing the template for generated templates; forgot a period. 2013-11-19 11:53:41 -05:00
62f6fb3142 Creating variants of functions that take an application, and providing a template for creating migrations. 2013-11-19 11:32:00 -05:00
177c785e98 More fixing of typos 2013-07-31 21:48:18 +00:00
1e581fd9da Fix some typos 2013-07-31 21:41:36 +00:00
0633b7a8ae Add documentation + update the gitignore file 2013-07-31 21:18:32 +00:00
3321cde302 Add license information 2013-07-31 17:20:14 +00:00
ae060539f9 Read mnesia nodes from the mnesia schema 2013-05-22 20:23:38 +00:00
e1da643223 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 2013-04-15 10:35:53 +00:00
d1aba9ae78 Extract code to read unapplied migrations into a separate file 2013-04-09 14:00:04 +00:00
0406dd8681 Initial version of migrating up 2013-04-05 21:58:31 +00:00
ea790d4d30 Initial commit 2013-04-04 04:15:45 -07:00