1
0
mirror of https://github.com/UzixLS/migresia.git synced 2025-07-19 07:11:28 +03:00
Commit Graph

17 Commits

Author SHA1 Message Date
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
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
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
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