Skip to content

your-mirror/PHPixie-Migrate

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Database Migratons Module for PHPixie

This module allows you to easily migrate between revisions of your database

To use this module:

  • Put it in your /modules folder
  • Add 'migrate' to modules array in /application/config/core.php
  • There are some example migrations in /migrate/migrations folder
  • Visit http://localhost/migrate to access the migration panel
  • No need for writing 'up' and 'down' rules, you add 'up' rules only and the system guesses the 'down' rules.

About

Database migration module for PHPixie

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%