kohana-3-migrations
kohana-3-migrations copied to clipboard
A simple, SQL based migrations system for Kohana 3.
Results
2
kohana-3-migrations issues
Sort by
recently updated
recently updated
newest added
Migrations simply splits the script at semicolons to get queries. This fails with stored procedures, which exactly for that reason use the DELIMITER command to temporarily redefine the delimiter. Here's...