scheddy 0.4.1 → 0.4.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 828b773cb84f9dfd7f45f2fe745faf1cf05e80fa2085cf904fd4b59d64559ebc
4
- data.tar.gz: bac6ee0d50c63209eddbadcb9ee01d25f506b90e3f82354d52ce03d20a28797a
3
+ metadata.gz: 47375d9f82b9710dcce3825ad4eca159fefb1a224c354cba71cc89605587a4e1
4
+ data.tar.gz: 0c89a0db903e26ea637a6d392ad9f04cabb2dd60b9da4e222dfa2faea39cef17
5
5
  SHA512:
6
- metadata.gz: 92abe57e04642ac9f47a4cb867c2248b6452c5fa672dc5fdf9242df865392fbd69556b9192b10b48e473c0f5ecd99bdfb30c14d7e362a7a374c5186cee72a4fe
7
- data.tar.gz: 70a808900290ba82555a90dba35d05f4bc982fba763018e41cd3520ecd759ddd8af26894a1e98bdd08dd5f1ac4227333767531013c07590f75eb2a6171d1bd38
6
+ metadata.gz: 538a418b70c87e48645cd7d3566b6ad25ebf6f5d87e4f5042cd3a3262d1f8b82e0f900ae3474e23cc0f91281a87c13979fadf512bdb68a4dd34a6d5814766fa4
7
+ data.tar.gz: 8db505ada7a4a18483c267db7460415381d83b271ca79e7bb461e517befdd2e021b8a30a1bce56b94790f0440ff4672527d32005cfb4960d1009578f87af1dd9
@@ -1,9 +1,11 @@
1
1
  class CreateScheddyTaskHistories < ActiveRecord::Migration[7.0]
2
2
  def change
3
3
  create_table :scheddy_task_histories do |t|
4
- t.string :name, null: false, index: {unique: true}
4
+ t.string :name, null: false
5
5
  t.datetime :last_run_at
6
6
  t.timestamps
7
+
8
+ t.index :name, unique: true
7
9
  end
8
10
  end
9
11
  end
@@ -1,3 +1,3 @@
1
1
  module Scheddy
2
- VERSION = '0.4.1'
2
+ VERSION = '0.4.3'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: scheddy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.1
4
+ version: 0.4.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - thomas morgan