fb16dfecae
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
5 lines
314 B
Text
5 lines
314 B
Text
Inspired by Ruby on Rails' migrations, Migrate provides a way to deal
|
|
with database schema changes in SQLAlchemy projects. Migrate extends
|
|
SQLAlchemy to have database changeset handling. It provides a database
|
|
change repository mechanism which can be used from the command line as
|
|
well as from inside python code.
|