File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ Inspired by [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
44
55Note: this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7- ## [ 1.3.1] - Unreleased
7+ ## [ 1.3.1] - 2023-10-12
88### Fixed
9- - Fix bug in default index anme when table name + __ + column suffix exceeds ` DeclareSchema.max_index_and_constraint_name_length ` .
9+ - Fix bug in default index name when table name + __ + column suffix exceeds ` DeclareSchema.max_index_and_constraint_name_length ` .
1010 In this case we truncate the table name and append part of its hash.
1111
1212## [ 1.3.0] - 2023-07-10
Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- declare_schema (1.3.1.colin.1 )
4+ declare_schema (1.3.1 )
55 rails (>= 5.0 )
66
77GEM
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module DeclareSchema
4- VERSION = "1.3.1.colin.1 "
4+ VERSION = "1.3.1"
55end
You can’t perform that action at this time.
0 commit comments