diff options
author | alexbl <alexbl@FreeBSD.org> | 2006-11-26 17:42:43 +0800 |
---|---|---|
committer | alexbl <alexbl@FreeBSD.org> | 2006-11-26 17:42:43 +0800 |
commit | ffdfc98ecc493bee1dd2b808ce5c79b8ca280437 (patch) | |
tree | 133bf7b6a91ddda856bc6e9a494f4156fb85b0f8 /databases/Makefile | |
parent | 103b8bebff70b3861fd03f89f4e1ed8d6be4457e (diff) | |
download | freebsd-ports-gnome-ffdfc98ecc493bee1dd2b808ce5c79b8ca280437.tar.gz freebsd-ports-gnome-ffdfc98ecc493bee1dd2b808ce5c79b8ca280437.tar.zst freebsd-ports-gnome-ffdfc98ecc493bee1dd2b808ce5c79b8ca280437.zip |
Inspired by Ruby on Rails' migrations, Migrate provides a way to deal
with database schema changes in SQLAlchemy projects.
WWW: http://erosson.com/migrate
PR: ports/105336
Submitted by: elvstone at gmail.com
Diffstat (limited to 'databases/Makefile')
-rw-r--r-- | databases/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile index 6be5ffb3d563..7a63a6ca0395 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -408,6 +408,7 @@ SUBDIR += py-forgetsql SUBDIR += py-gdbm SUBDIR += py-memcached + SUBDIR += py-migrate SUBDIR += py-mssql SUBDIR += py-oops SUBDIR += py-psycopg |