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

17 Commits

Author SHA1 Message Date
f67c95f121 Refactor to use precompiled migrations. 2017-11-15 14:00:47 +03:00
971a02b321 Add rollback_last/0, fix #2 Don't rollback migrations already rolled back 2016-01-08 19:04:39 +00: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 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
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
93acf0338f Changing name back to list_nodes 2013-11-21 12:25: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
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
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
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