Skip to content

drewc/postgresql-migrations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Postgresql Migrations

A Postgresql Extension for Database Migrations. Up, Down and all around.

Installation

First, clone the git.

git clone git@github.com:drewc/postgresql-migrations.git

It could now be simply copied over to SHAREDIR/extension, but really, should be built. So, make sure the libs are installed in order to `make` is so.

sudo apt-get install libpq-dev postgresql-server-dev-all

Change to the source directory and `make install`.

sudo make install

CREATE EXTENSION migration

Now the objects must be loaded into the database.

CREATE EXTENSION migration;

About

A Postgresql Extension for Database Migrations

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published