bridge_cache 0.4.5 → 0.4.6
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3fcf4a4fc895dc9d7bee1e73ede2350ff3d7b9c93cca69f94bb53d41b8244481
|
4
|
+
data.tar.gz: 7f0cce14300f326d44424fed4c6d42158fa94cbc62a3b2cc22288422f8d684ad
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 990fe2513fccc03f7cb46f94766ab8eb26406324717c7e5822ce6069ef7a0a1af117977eecbf0743a62670a5713c14e690bf99ec241ffe45e9d618d4b87dc5b7
|
7
|
+
data.tar.gz: afc505835f45b7ba76268f7b262c60b437a4a36c65c9b96b81805fff130e155a9630c66e038ba73116c0ad031288424db79e5df84537ebe6fa7b01225b5129a7
|
@@ -1,5 +1,5 @@
|
|
1
|
-
class AddContinuingEducationCreditsToCourseTemplates < ActiveRecord::Migration[
|
1
|
+
class AddContinuingEducationCreditsToCourseTemplates < ActiveRecord::Migration[5.1]
|
2
2
|
def change
|
3
|
-
add_column :
|
3
|
+
add_column :bridge_cache_course_templates, :continuing_education_credits, :integer
|
4
4
|
end
|
5
5
|
end
|
data/lib/bridge_cache/version.rb
CHANGED