Releases: IKarbowiak/ZeroDowntimeExample
Releases · IKarbowiak/ZeroDowntimeExample
v0.1.0
The starting point - contains Product
with just name
, description
, and created
fields.
v0.3.0
v0.2.0
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
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.