62f0801d78c40f9e267cd7dc4b91b1d555abb104
Database migration
Required table
create table database_versions (
version varchar(32) not null,
is_active boolean not null default false,
creation_date timestamp not null default current_timestamp
);
Languages
PLpgSQL
97.7%
Shell
2.3%