Skip to content

Commit 952b49b

Browse files
acrmpctlong
authored andcommitted
Rename migration
- Update the epoch timestamp to be after the latest migration released in diego-release Signed-off-by: Carson Long <[email protected]>
1 parent b9569ab commit 952b49b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: db/migrations/1673396667_add_metric_tags_to_actual_lrp.go renamed to db/migrations/1676360874_add_metric_tags_to_actual_lrp.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ func (e *AddMetricTagsToActualLrp) String() string {
3131
}
3232

3333
func (e *AddMetricTagsToActualLrp) Version() int64 {
34-
return 1673396667
34+
return 1676360874
3535
}
3636

3737
func (e *AddMetricTagsToActualLrp) SetCryptor(cryptor encryption.Cryptor) {

Diff for: db/migrations/1673396667_add_metric_tags_to_actual_lrp_test.go renamed to db/migrations/1676360874_add_metric_tags_to_actual_lrp_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ var _ = Describe("AddMetricTagsToActualLrp", func() {
2626

2727
Describe("Version", func() {
2828
It("returns the timestamp from which it was created", func() {
29-
Expect(migration.Version()).To(BeEquivalentTo(1673396667))
29+
Expect(migration.Version()).To(BeEquivalentTo(1676360874))
3030
})
3131
})
3232

0 commit comments

Comments
 (0)