On Mon, 2013-02-18 at 16:27 +0100, mfoj...@redhat.com wrote: > From: Michal Fojtik <mfoj...@redhat.com> > > Currently everytime we add or remove attributes from > DB, users need to rerun the 'rake' task to recreate the > database. > > This patch will make possible to update the DB schema > without executing the rake task. > > The 'migrations' extension in Sequel will check the 'schema_version' > table and apply all migrations >= than the current schema. > > Migrations must be prefixed with the schema number in chronological > order and they are stored in server/lib/db/migrations. > > Signed-off-by: Michal fojtik <mfoj...@redhat.com>
ACK, though there should be a bit of squashing in this patch series (will try to point that out with later patches) David