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)
6 lines
290 B
Text
6 lines
290 B
Text
This is database migration helper module for users who manage database
|
|
schema version by single .sql file in git repository.
|
|
|
|
By using this module, you can deploy .sql to database, check sql
|
|
version between database and .sql file, make diff between them, and
|
|
apply alter table to database.
|