Warning: Can't synchronize with the repository (Unsupported version control system "svn": "/usr/lib64/python2.5/site-packages/libsvn/_fs.so: undefined symbol: svn_swig_get_application_pool" ). Look in the Trac log for more information.

Ticket #40 (new enhancement)

Opened 2 years ago

Integrate DB Migration System

Reported by: james Owned by: james
Priority: major Milestone: 0.3.0
Component: System Version: Beta
Keywords: Cc:
Blocking: Blocked By:

Description

Need to standardize a way of storing and managing migrations.

Preferably in PHP. Some way of doing automatic updates to LATEST from the web would be nice, along with command line control over it.

  • Rake is great, but not in PHP. Lots of environmental requirements.
  •  mysql-php-migrations is in PHP, but lacks any abstraction and increases ties to MySQL.
  • Rolling a solution means getting what I want but taking on the extra work.
  • Other ideas?
Note: See TracTickets for help on using tickets.