Skip to content

Releases: IKarbowiak/ZeroDowntimeExample

v0.1.0

11 Jul 16:27
Compare
Choose a tag to compare

The starting point - contains Product with just name, description, and created fields.

v0.3.0

26 Jun 17:05
Compare
Choose a tag to compare

In this release the created column was removed from the DB.

v0.2.0

26 Jun 17:04
d6da337
Compare
Choose a tag to compare

The target version on which the changes were planned to be added.

The Product model contains a unique slug field, non-nullable is_published and created_at fields.
In the DB there is still an old created column.

v0.1.1

26 Jun 17:02
Compare
Choose a tag to compare

This release contains changes required for an upgrade without downtime to version v0.2.0.

The Product model contains additional slug and created_at nullable fields.