1
0
Fork 0
mirror of https://github.com/Oreolek/kohana-migrations.git synced 2024-05-17 16:38:17 +03:00
Commit graph

9 commits

Author SHA1 Message Date
Evan Purkhiser bc28977d65 Cleanup coding style to conform to Kohana CS
- Added variable names to just about all @param tags
 - Ensured proper alignment in doc block comments
 - Ensured proper file spacing and trimmed all trailing whitespace
 - Corrected improper languge construct formats (eg if () not if())
 - Corrected some assignment operator alignment
 - A few spelling corrections
 - All classes pass `phpcs --Standard=Kohana` (asside from tests)
2012-10-24 04:08:09 -04:00
Evan Purkhiser bc9cf3f440 Add a configuration option for the table name 2012-10-24 03:17:34 -04:00
Michał Matyas 67bdc628e7 removed default path from configuration 2011-06-26 03:49:49 +02:00
Michał Matyas f7b1b1151e fixed default path in configuration file 2011-06-26 01:18:42 +02:00
Michał Matyas 3fc98e5866 modified groups to work like groups and not like location 2011-06-25 19:47:13 +02:00
Jeremy Bush 64d87e1be9 Add config option to hard prevent migrations before a certain date from running 2011-05-12 14:14:09 -05:00
Matt Button e0fe87f443 Starting to refactor stuff.
Renaming locations -> groups
Cut down the size of fetch_required_migrations()
2011-02-17 20:43:04 +00:00
Matt Button 959d130669 Added basis for migrations deciding what db connection to use, refs #6 2011-01-10 16:01:40 +00:00
Matt Button 0a2863ae9a Filling out the environment config option in db:migrate 2010-12-29 01:17:51 +00:00