1
0
Fork 0
mirror of https://github.com/Oreolek/kohana-migrations.git synced 2024-06-28 20:55:08 +03:00
Commit graph

6 commits

Author SHA1 Message Date
pusherman f4db9da95e Update views/minion/task/migrations/schema.php
Removed short tags so code will not fail if short tags are disabled
2012-11-02 13:20:31 -03:00
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
Evan Purkhiser 5e2d050247 Fix the new migration template
- The Kohana PHP security line now properly has a newline at the end of
   it
 - The new migration template view now also contains a newline at the
   begining so that classes and the PHP opening line aren't all smushed
   together
 - Added the parameter name to the @param tag so phpcs stops complaining
2012-05-25 22:04:48 -04:00
Lorenzo Pisani 48df2fe47e missed a reference to db:status (refs #11) 2011-07-01 21:00:49 -07:00
Lorenzo Pisani b97efcf806 renaming the migration tasks for cleaner separation (refs #11) 2011-07-01 20:47:01 -07:00