card 1.105.6 → 1.106.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/VERSION +1 -1
- data/config/initializers/02_patches/active_record.rb +2 -2
- data/db/schema.rb +5 -13
- data/lib/card/codename.rb +8 -0
- data/lib/card/director/store.rb +1 -1
- data/lib/card/model/save_helper/save_helper_helper.rb +6 -2
- data/lib/card/query/abstract_query/tie.rb +14 -0
- data/lib/card/query/card_query/interpretation.rb +26 -3
- data/lib/card/query/reference_query.rb +4 -4
- data/lib/card/set.rb +27 -0
- data/lib/cardio/generators/base.rb +1 -1
- data/lib/cardio/migration/assumption.rb +29 -0
- data/lib/cardio/migration/schema.rb +12 -0
- data/lib/cardio/migration/stamp.rb +31 -0
- data/lib/cardio/migration/transform.rb +44 -0
- data/lib/cardio/migration.rb +60 -74
- data/lib/cardio/mod/eat/edibles.rb +8 -2
- data/lib/cardio/mod/eat.rb +2 -1
- data/lib/cardio/mod/sow.rb +3 -1
- data/lib/cardio/mod.rb +5 -2
- data/lib/cardio/railtie.rb +6 -5
- data/lib/cardio/seed.rb +3 -6
- data/lib/generators/migration/USAGE +10 -11
- data/lib/generators/migration/migration_generator.rb +26 -24
- data/lib/generators/migration/templates/card_migration.erb +1 -3
- data/mod/core/data/fixtures/real/transform_migrations.yml +351 -0
- data/mod/core/data/recode.yml +7 -0
- data/{db/migrate → mod/core/data/schema}/20110511221913_require_earlier_migrations.rb +3 -3
- data/{db/migrate → mod/core/data/schema}/20120105203350_require_1_8_migrations.rb +1 -1
- data/{db/migrate → mod/core/data/schema}/20121111025347_require_1_10_migrations.rb +1 -1
- data/{db/migrate → mod/core/data/schema}/20121118114000_split_link_type.rb +1 -1
- data/{db/migrate → mod/core/data/schema}/20121118115000_update_link_type.rb +1 -1
- data/{db/migrate → mod/core/data/schema}/20130106052640_table_cleanup.rb +1 -1
- data/{db/migrate → mod/core/data/schema}/20130109015336_trunk_left.rb +1 -1
- data/{db/migrate → mod/core/data/schema}/20140822073704_create_new_revision_tables.rb +1 -1
- data/mod/core/data/schema/20141001105348_move_revisions_to_actions.rb +87 -0
- data/{db/migrate → mod/core/data/schema}/20141216053032_better_index_names.rb +10 -4
- data/{db/migrate → mod/core/data/schema}/20150724210803_add_comment_to_actions.rb +1 -1
- data/{db/migrate → mod/core/data/schema}/20151105225559_more_space_for_db_content.rb +1 -1
- data/{db/migrate → mod/core/data/schema}/20160122153608_new_indices.rb +1 -1
- data/{db/migrate → mod/core/data/schema}/20170908114442_create_delayed_jobs.rb +1 -1
- data/{db/migrate → mod/core/data/schema}/20170908114452_increase_text_size_for_delayed_jobs.rb +1 -1
- data/{db/migrate → mod/core/data/schema}/20180514152037_add_card_virtuals_table.rb +1 -1
- data/{db/migrate → mod/core/data/schema}/20190116170824_add_left_key_to_card_virtuals.rb +1 -1
- data/{db/migrate → mod/core/data/schema}/20190131223248_add_codename_index.rb +1 -1
- data/{db/migrate → mod/core/data/schema}/20190929202325_rename_present_in_reference_table.rb +1 -1
- data/{db/migrate → mod/core/data/schema}/20200718051236_compound_names_do_not_store_name_and_key.rb +1 -1
- data/{db/migrate → mod/core/data/schema}/20200805200729_add_unique_pair_indices.rb +1 -3
- data/{db/migrate → mod/core/data/schema}/20211128040849_virtuals_updated_at.rb +1 -1
- data/{db/migrate → mod/core/data/schema}/20221031182227_remove_referee_key_requirement.rb +1 -1
- data/mod/core/data/test.yml +4 -4
- data/{db/migrate_core_cards → mod/core/data/transform}/20120611203506_rails_inflection_updates.rb +10 -6
- data/mod/core/data/transform/20130411191151_renaming_for_menu.rb +17 -0
- data/mod/core/data/transform/20130920214038_jsonize_tinymce.rb +28 -0
- data/{db/migrate_core_cards → mod/core/data/transform}/20130920291703_update_stylesheets.rb +1 -1
- data/mod/core/data/transform/20140307231621_user_data_to_cards.rb +40 -0
- data/{db/migrate_core_cards → mod/core/data/transform}/20140317035504_account_requests_to_signups.rb +1 -1
- data/{db/migrate_core_cards → mod/core/data/transform}/20141204061304_watchers_to_following.rb +1 -1
- data/{db/migrate_core_cards → mod/core/data/transform}/20141208132416_partial_reference_type.rb +1 -1
- data/{db/migrate_core_cards → mod/core/data/transform}/20150220134731_following_to_follow_rule.rb +1 -1
- data/{db/migrate_core_cards → mod/core/data/transform}/20150429090551_search_card_context.rb +1 -1
- data/{db/migrate_core_cards → mod/core/data/transform}/20150510031118_fix_skin_codenames.rb +2 -2
- data/{db/migrate_core_cards → mod/core/data/transform}/20150724123438_update_file_and_image_cards.rb +2 -2
- data/{db/migrate_core_cards → mod/core/data/transform}/20150807205221_create_references_for_search_cards.rb +1 -1
- data/mod/core/data/transform/20150824135418_update_file_history.rb +33 -0
- data/{db/migrate_core_cards → mod/core/data/transform}/20160811115836_rename_stats_to_admin.rb +1 -1
- data/{db/migrate_core_cards → mod/core/data/transform}/20160914132636_fix_mod_files.rb +1 -1
- data/{db/migrate_core_cards → mod/core/data/transform}/20161103154836_update_keys.rb +3 -3
- data/{db/migrate_core_cards → mod/core/data/transform}/20170830210517_correct_signup_success_message.rb +1 -1
- data/{db/migrate_core_cards → mod/core/data/transform}/20180905061537_migrate_layouts.rb +1 -1
- data/{db/migrate_core_cards → mod/core/data/transform}/20190125125150_add_script_rules_card.rb +1 -1
- data/{db/migrate_core_cards → mod/core/data/transform}/20190320091257_upgrade_recaptcha_to_v3.rb +1 -1
- data/{db/migrate_core_cards → mod/core/data/transform}/20190322095534_remove_toolbar_cards.rb +1 -1
- data/{db/migrate_core_cards → mod/core/data/transform}/20190502130029_add_shark_and_help_desk_role.rb +2 -1
- data/{db/migrate_core_cards → mod/core/data/transform}/20190528131330_enabled_roles.rb +1 -1
- data/{db/migrate_core_cards → mod/core/data/transform}/20190625153616_pointer_overhaul.rb +1 -1
- data/{db/migrate_core_cards → mod/core/data/transform}/20190718140126_add_guides.rb +1 -1
- data/{db/migrate_core_cards → mod/core/data/transform}/20190822093633_move_help_text_to_code.rb +3 -1
- data/{db/migrate_core_cards → mod/core/data/transform}/20190829205148_remove_add_help.rb +1 -1
- data/mod/core/data/transform/20190902193208_input_type.rb +10 -0
- data/{db/migrate_core_cards → mod/core/data/transform}/20190904174403_token_upgrade.rb +2 -2
- data/{db/migrate_core_cards → mod/core/data/transform}/20190909104250_add_cardtype_input_types.rb +2 -2
- data/{db/migrate_core_cards → mod/core/data/transform}/20191115160748_history_cleanup.rb +1 -1
- data/mod/core/data/transform/20230502094848_repair_all_references.rb +7 -0
- data/mod/core/lib/tasks/card/migrate.rake +79 -114
- data/mod/core/lib/tasks/card.rake +2 -4
- metadata +67 -71
- data/db/migrate/20130411210957_update_codenames.rb +0 -15
- data/db/migrate/20141001105348_move_revisions_to_actions.rb +0 -70
- data/db/migrate/20141121172918_rename_card_migration_table.rb +0 -15
- data/db/migrate/20141208132159_remove_present_from_reference_table.rb +0 -9
- data/db/migrate_core_cards/20130411191151_renaming_for_menu.rb +0 -47
- data/db/migrate_core_cards/20130920214038_jsonize_tinymce.rb +0 -15
- data/db/migrate_core_cards/20140307231621_user_data_to_cards.rb +0 -28
- data/db/migrate_core_cards/20150824135418_update_file_history.rb +0 -24
- data/db/migrate_core_cards/20190902193208_input_type.rb +0 -15
- data/db/migrate_core_cards/20230502094848_repair_all_references.rb +0 -7
- data/lib/cardio/migration/core.rb +0 -11
- data/lib/cardio/migration/deck.rb +0 -0
- data/lib/cardio/migration/deck_structure.rb +0 -19
- data/lib/cardio/schema.rb +0 -96
- data/mod/core/data/fixtures/real/schema_migrations_core_cards.yml +0 -347
- data/mod/core/data/fixtures/real/schema_migrations_deck.yml +0 -1
- data/mod/core/data/fixtures/real/schema_migrations_deck_cards.yml +0 -5
@@ -1,24 +0,0 @@
|
|
1
|
-
# -*- encoding : utf-8 -*-
|
2
|
-
|
3
|
-
class UpdateFileHistory < Cardio::Migration::Core
|
4
|
-
def up
|
5
|
-
Card.search(type: [:in, "file", "image"]).each do |card|
|
6
|
-
card.actions.each do |action|
|
7
|
-
next unless (content_change = action.change :db_content)
|
8
|
-
next if content_change.new_record?
|
9
|
-
|
10
|
-
original_filename, file_type, action_id, mod = content_change.value.split("\n")
|
11
|
-
next unless file_type.present? && action_id.present?
|
12
|
-
|
13
|
-
value =
|
14
|
-
if mod.present?
|
15
|
-
":#{card.codename}/#{mod}#{::File.extname(original_filename)}"
|
16
|
-
else
|
17
|
-
"~#{card.id}/#{action_id}#{::File.extname(original_filename)}"
|
18
|
-
end
|
19
|
-
content_change.update! value: value
|
20
|
-
end
|
21
|
-
end
|
22
|
-
Card.search(right: { codename: "machine_output" }).each(&:delete!)
|
23
|
-
end
|
24
|
-
end
|
@@ -1,15 +0,0 @@
|
|
1
|
-
# -*- encoding : utf-8 -*-
|
2
|
-
|
3
|
-
class InputType < Cardio::Migration::Core
|
4
|
-
def up
|
5
|
-
update_card! :input, name: "*input type", codename: "input_type"
|
6
|
-
update_card! :options, name: "*content options", codename: "content_options"
|
7
|
-
update_card! :options_label, name: "*content option view",
|
8
|
-
codename: "content_option_view"
|
9
|
-
|
10
|
-
Card::Cache.reset_all
|
11
|
-
|
12
|
-
Card.ensure name: %i[all content_option_view], content: "smart_label"
|
13
|
-
Card.search right: :content_option_view, left: { not: :all }, &:delete!
|
14
|
-
end
|
15
|
-
end
|
File without changes
|
@@ -1,19 +0,0 @@
|
|
1
|
-
# -*- encoding : utf-8 -*-
|
2
|
-
|
3
|
-
# ENV["NO_CARD_LOAD"] = "true"
|
4
|
-
|
5
|
-
require "cardio/migration"
|
6
|
-
|
7
|
-
module Cardio
|
8
|
-
class Migration
|
9
|
-
# Inherit from this migration class to make database table changes
|
10
|
-
# in your deck
|
11
|
-
class DeckStructure < Migration
|
12
|
-
@type = :deck
|
13
|
-
|
14
|
-
def contentedly &block
|
15
|
-
Schema.mode :deck, &block
|
16
|
-
end
|
17
|
-
end
|
18
|
-
end
|
19
|
-
end
|
data/lib/cardio/schema.rb
DELETED
@@ -1,96 +0,0 @@
|
|
1
|
-
module Cardio
|
2
|
-
module Schema
|
3
|
-
class << self
|
4
|
-
def assume_migrated_upto_version type, version=nil
|
5
|
-
mode type do |_paths|
|
6
|
-
version ||= version type
|
7
|
-
ActiveRecord::Schema.assume_migrated_upto_version version
|
8
|
-
end
|
9
|
-
end
|
10
|
-
|
11
|
-
def migrate type, version=nil, verbose=true
|
12
|
-
migration_context type do |mc|
|
13
|
-
ActiveRecord::Migration.verbose = verbose
|
14
|
-
mc.migrate version
|
15
|
-
end
|
16
|
-
end
|
17
|
-
|
18
|
-
def suffix type
|
19
|
-
case type
|
20
|
-
when :core_cards then "_core_cards"
|
21
|
-
when :deck_cards then "_deck_cards"
|
22
|
-
when :deck then "_deck"
|
23
|
-
else ""
|
24
|
-
end
|
25
|
-
end
|
26
|
-
|
27
|
-
def mode type
|
28
|
-
with_suffix type do
|
29
|
-
yield migration_paths(type)
|
30
|
-
end
|
31
|
-
end
|
32
|
-
|
33
|
-
def version type=nil
|
34
|
-
path = stamp_path type
|
35
|
-
File.exist?(path) ? File.read(path).strip : nil
|
36
|
-
end
|
37
|
-
|
38
|
-
def stamp_path type
|
39
|
-
root_dir = deck_migration?(type) ? Cardio.root : Cardio.gem_root
|
40
|
-
stamp_dir = ENV["SCHEMA_STAMP_PATH"] || File.join(root_dir, "db")
|
41
|
-
|
42
|
-
File.join stamp_dir, "version#{suffix type}.txt"
|
43
|
-
end
|
44
|
-
|
45
|
-
def migration_paths type
|
46
|
-
list = Cardio.paths["db/migrate#{suffix type}"].to_a
|
47
|
-
case type
|
48
|
-
when :core_cards
|
49
|
-
list += mod_migration_paths "migrate_core_cards"
|
50
|
-
when :deck_cards
|
51
|
-
list += mod_migration_paths "migrate_cards"
|
52
|
-
when :deck
|
53
|
-
list += mod_migration_paths "migrate"
|
54
|
-
end
|
55
|
-
list.flatten
|
56
|
-
end
|
57
|
-
|
58
|
-
def migration_context type
|
59
|
-
with_suffix type do
|
60
|
-
yield ActiveRecord::MigrationContext.new(migration_paths(type),
|
61
|
-
ActiveRecord::SchemaMigration)
|
62
|
-
end
|
63
|
-
end
|
64
|
-
|
65
|
-
private
|
66
|
-
|
67
|
-
def deck_migration? type
|
68
|
-
type.in? %i[deck_cards deck]
|
69
|
-
end
|
70
|
-
|
71
|
-
def mod_migration_paths dir
|
72
|
-
[].tap do |list|
|
73
|
-
Mod.dirs.each("db/#{dir}") { |path| list.concat Dir.glob path }
|
74
|
-
end
|
75
|
-
end
|
76
|
-
|
77
|
-
def with_suffix type, &block
|
78
|
-
return yield unless (new_suffix = suffix type).present?
|
79
|
-
|
80
|
-
original_name = ActiveRecord::Base.schema_migrations_table_name
|
81
|
-
with_migration_table "#{original_name}#{new_suffix}", original_name, &block
|
82
|
-
end
|
83
|
-
|
84
|
-
def with_migration_table new_table_name, old_table_name
|
85
|
-
ActiveRecord::Base.schema_migrations_table_name = new_table_name
|
86
|
-
ActiveRecord::SchemaMigration.table_name = new_table_name
|
87
|
-
ActiveRecord::SchemaMigration.reset_column_information
|
88
|
-
yield
|
89
|
-
ensure
|
90
|
-
ActiveRecord::Base.schema_migrations_table_name = old_table_name
|
91
|
-
ActiveRecord::SchemaMigration.table_name = old_table_name
|
92
|
-
ActiveRecord::SchemaMigration.reset_column_information
|
93
|
-
end
|
94
|
-
end
|
95
|
-
end
|
96
|
-
end
|
@@ -1,347 +0,0 @@
|
|
1
|
-
---
|
2
|
-
schema_migrations_core_cards_001:
|
3
|
-
version: '20120611203506'
|
4
|
-
schema_migrations_core_cards_002:
|
5
|
-
version: '20130411191151'
|
6
|
-
schema_migrations_core_cards_003:
|
7
|
-
version: '20130411211600'
|
8
|
-
schema_migrations_core_cards_004:
|
9
|
-
version: '20130419215612'
|
10
|
-
schema_migrations_core_cards_005:
|
11
|
-
version: '20130823192433'
|
12
|
-
schema_migrations_core_cards_006:
|
13
|
-
version: '20130910183318'
|
14
|
-
schema_migrations_core_cards_007:
|
15
|
-
version: '20130920214038'
|
16
|
-
schema_migrations_core_cards_008:
|
17
|
-
version: '20130920291703'
|
18
|
-
schema_migrations_core_cards_009:
|
19
|
-
version: '20130927191728'
|
20
|
-
schema_migrations_core_cards_010:
|
21
|
-
version: '20131016172445'
|
22
|
-
schema_migrations_core_cards_011:
|
23
|
-
version: '20140110193325'
|
24
|
-
schema_migrations_core_cards_012:
|
25
|
-
version: '20140307231621'
|
26
|
-
schema_migrations_core_cards_013:
|
27
|
-
version: '20140317035504'
|
28
|
-
schema_migrations_core_cards_014:
|
29
|
-
version: '20140512155840'
|
30
|
-
schema_migrations_core_cards_015:
|
31
|
-
version: '20140629222005'
|
32
|
-
schema_migrations_core_cards_016:
|
33
|
-
version: '20140725180118'
|
34
|
-
schema_migrations_core_cards_017:
|
35
|
-
version: '20141111083921'
|
36
|
-
schema_migrations_core_cards_018:
|
37
|
-
version: '20141115034214'
|
38
|
-
schema_migrations_core_cards_019:
|
39
|
-
version: '20141119001955'
|
40
|
-
schema_migrations_core_cards_020:
|
41
|
-
version: '20141120120605'
|
42
|
-
schema_migrations_core_cards_021:
|
43
|
-
version: '20141204061304'
|
44
|
-
schema_migrations_core_cards_022:
|
45
|
-
version: '20141208132416'
|
46
|
-
schema_migrations_core_cards_023:
|
47
|
-
version: '20141216155251'
|
48
|
-
schema_migrations_core_cards_024:
|
49
|
-
version: '20141230204340'
|
50
|
-
schema_migrations_core_cards_025:
|
51
|
-
version: '20150116220620'
|
52
|
-
schema_migrations_core_cards_026:
|
53
|
-
version: '20150202143810'
|
54
|
-
schema_migrations_core_cards_027:
|
55
|
-
version: '20150220134731'
|
56
|
-
schema_migrations_core_cards_028:
|
57
|
-
version: '20150317162412'
|
58
|
-
schema_migrations_core_cards_029:
|
59
|
-
version: '20150326205655'
|
60
|
-
schema_migrations_core_cards_030:
|
61
|
-
version: '20150331135745'
|
62
|
-
schema_migrations_core_cards_031:
|
63
|
-
version: '20150429090551'
|
64
|
-
schema_migrations_core_cards_032:
|
65
|
-
version: '20150501010515'
|
66
|
-
schema_migrations_core_cards_033:
|
67
|
-
version: '20150508212032'
|
68
|
-
schema_migrations_core_cards_034:
|
69
|
-
version: '20150510031118'
|
70
|
-
schema_migrations_core_cards_035:
|
71
|
-
version: '20150528084659'
|
72
|
-
schema_migrations_core_cards_036:
|
73
|
-
version: '20150601133433'
|
74
|
-
schema_migrations_core_cards_037:
|
75
|
-
version: '20150605115802'
|
76
|
-
schema_migrations_core_cards_038:
|
77
|
-
version: '20150610171702'
|
78
|
-
schema_migrations_core_cards_039:
|
79
|
-
version: '20150610180019'
|
80
|
-
schema_migrations_core_cards_040:
|
81
|
-
version: '20150627205133'
|
82
|
-
schema_migrations_core_cards_041:
|
83
|
-
version: '20150702130543'
|
84
|
-
schema_migrations_core_cards_042:
|
85
|
-
version: '20150708224756'
|
86
|
-
schema_migrations_core_cards_043:
|
87
|
-
version: '20150724123438'
|
88
|
-
schema_migrations_core_cards_044:
|
89
|
-
version: '20150807205221'
|
90
|
-
schema_migrations_core_cards_045:
|
91
|
-
version: '20150824135418'
|
92
|
-
schema_migrations_core_cards_046:
|
93
|
-
version: '20150903130006'
|
94
|
-
schema_migrations_core_cards_047:
|
95
|
-
version: '20150910085603'
|
96
|
-
schema_migrations_core_cards_048:
|
97
|
-
version: '20151120180631'
|
98
|
-
schema_migrations_core_cards_049:
|
99
|
-
version: '20160801143221'
|
100
|
-
schema_migrations_core_cards_050:
|
101
|
-
version: '20160801175002'
|
102
|
-
schema_migrations_core_cards_051:
|
103
|
-
version: '20160804112340'
|
104
|
-
schema_migrations_core_cards_052:
|
105
|
-
version: '20160804112510'
|
106
|
-
schema_migrations_core_cards_053:
|
107
|
-
version: '20160804112538'
|
108
|
-
schema_migrations_core_cards_054:
|
109
|
-
version: '20160804112547'
|
110
|
-
schema_migrations_core_cards_055:
|
111
|
-
version: '20160804112548'
|
112
|
-
schema_migrations_core_cards_056:
|
113
|
-
version: '20160804112560'
|
114
|
-
schema_migrations_core_cards_057:
|
115
|
-
version: '20160805112548'
|
116
|
-
schema_migrations_core_cards_058:
|
117
|
-
version: '20160806112710'
|
118
|
-
schema_migrations_core_cards_059:
|
119
|
-
version: '20160811115836'
|
120
|
-
schema_migrations_core_cards_060:
|
121
|
-
version: '20160812112513'
|
122
|
-
schema_migrations_core_cards_061:
|
123
|
-
version: '20160908154210'
|
124
|
-
schema_migrations_core_cards_062:
|
125
|
-
version: '20160914132636'
|
126
|
-
schema_migrations_core_cards_063:
|
127
|
-
version: '20161102202156'
|
128
|
-
schema_migrations_core_cards_064:
|
129
|
-
version: '20161103154836'
|
130
|
-
schema_migrations_core_cards_065:
|
131
|
-
version: '20170209132834'
|
132
|
-
schema_migrations_core_cards_066:
|
133
|
-
version: '20170314175313'
|
134
|
-
schema_migrations_core_cards_067:
|
135
|
-
version: '20170515101262'
|
136
|
-
schema_migrations_core_cards_068:
|
137
|
-
version: '20170608083819'
|
138
|
-
schema_migrations_core_cards_069:
|
139
|
-
version: '20170608200649'
|
140
|
-
schema_migrations_core_cards_070:
|
141
|
-
version: '20170719163733'
|
142
|
-
schema_migrations_core_cards_071:
|
143
|
-
version: '20170720093738'
|
144
|
-
schema_migrations_core_cards_072:
|
145
|
-
version: '20170726111053'
|
146
|
-
schema_migrations_core_cards_073:
|
147
|
-
version: '20170726145012'
|
148
|
-
schema_migrations_core_cards_074:
|
149
|
-
version: '20170830210517'
|
150
|
-
schema_migrations_core_cards_075:
|
151
|
-
version: '20171110164934'
|
152
|
-
schema_migrations_core_cards_076:
|
153
|
-
version: '20171113233151'
|
154
|
-
schema_migrations_core_cards_077:
|
155
|
-
version: '20180215143733'
|
156
|
-
schema_migrations_core_cards_078:
|
157
|
-
version: '20180216173344'
|
158
|
-
schema_migrations_core_cards_079:
|
159
|
-
version: '20180404144130'
|
160
|
-
schema_migrations_core_cards_080:
|
161
|
-
version: '20180423120222'
|
162
|
-
schema_migrations_core_cards_081:
|
163
|
-
version: '20180423143146'
|
164
|
-
schema_migrations_core_cards_082:
|
165
|
-
version: '20180423143147'
|
166
|
-
schema_migrations_core_cards_083:
|
167
|
-
version: '20180423160231'
|
168
|
-
schema_migrations_core_cards_084:
|
169
|
-
version: '20180423170283'
|
170
|
-
schema_migrations_core_cards_085:
|
171
|
-
version: '20180425174432'
|
172
|
-
schema_migrations_core_cards_086:
|
173
|
-
version: '20180425174433'
|
174
|
-
schema_migrations_core_cards_087:
|
175
|
-
version: '20180508210903'
|
176
|
-
schema_migrations_core_cards_088:
|
177
|
-
version: '20180509090433'
|
178
|
-
schema_migrations_core_cards_089:
|
179
|
-
version: '20180509141814'
|
180
|
-
schema_migrations_core_cards_090:
|
181
|
-
version: '20180509141815'
|
182
|
-
schema_migrations_core_cards_091:
|
183
|
-
version: '20180515175726'
|
184
|
-
schema_migrations_core_cards_092:
|
185
|
-
version: '20180516153037'
|
186
|
-
schema_migrations_core_cards_093:
|
187
|
-
version: '20180601133753'
|
188
|
-
schema_migrations_core_cards_094:
|
189
|
-
version: '20180712042655'
|
190
|
-
schema_migrations_core_cards_095:
|
191
|
-
version: '20180805112548'
|
192
|
-
schema_migrations_core_cards_096:
|
193
|
-
version: '20180905061534'
|
194
|
-
schema_migrations_core_cards_097:
|
195
|
-
version: '20180905061536'
|
196
|
-
schema_migrations_core_cards_098:
|
197
|
-
version: '20180905061537'
|
198
|
-
schema_migrations_core_cards_099:
|
199
|
-
version: '20181108181219'
|
200
|
-
schema_migrations_core_cards_100:
|
201
|
-
version: '20181120200937'
|
202
|
-
schema_migrations_core_cards_101:
|
203
|
-
version: '20181129140917'
|
204
|
-
schema_migrations_core_cards_102:
|
205
|
-
version: '20190125125150'
|
206
|
-
schema_migrations_core_cards_103:
|
207
|
-
version: '20190204195038'
|
208
|
-
schema_migrations_core_cards_104:
|
209
|
-
version: '20190204195039'
|
210
|
-
schema_migrations_core_cards_105:
|
211
|
-
version: '20190228122633'
|
212
|
-
schema_migrations_core_cards_106:
|
213
|
-
version: '20190228122634'
|
214
|
-
schema_migrations_core_cards_107:
|
215
|
-
version: '20190228122635'
|
216
|
-
schema_migrations_core_cards_108:
|
217
|
-
version: '20190228122636'
|
218
|
-
schema_migrations_core_cards_109:
|
219
|
-
version: '20190228122638'
|
220
|
-
schema_migrations_core_cards_110:
|
221
|
-
version: '20190228122739'
|
222
|
-
schema_migrations_core_cards_111:
|
223
|
-
version: '20190306172622'
|
224
|
-
schema_migrations_core_cards_112:
|
225
|
-
version: '20190306172623'
|
226
|
-
schema_migrations_core_cards_113:
|
227
|
-
version: '20190306172890'
|
228
|
-
schema_migrations_core_cards_114:
|
229
|
-
version: '20190320091257'
|
230
|
-
schema_migrations_core_cards_115:
|
231
|
-
version: '20190321085735'
|
232
|
-
schema_migrations_core_cards_116:
|
233
|
-
version: '20190322095534'
|
234
|
-
schema_migrations_core_cards_117:
|
235
|
-
version: '20190417142612'
|
236
|
-
schema_migrations_core_cards_118:
|
237
|
-
version: '20190424100531'
|
238
|
-
schema_migrations_core_cards_119:
|
239
|
-
version: '20190424101004'
|
240
|
-
schema_migrations_core_cards_120:
|
241
|
-
version: '20190502130024'
|
242
|
-
schema_migrations_core_cards_121:
|
243
|
-
version: '201905021300268'
|
244
|
-
schema_migrations_core_cards_122:
|
245
|
-
version: '20190502130029'
|
246
|
-
schema_migrations_core_cards_123:
|
247
|
-
version: '20190503122738'
|
248
|
-
schema_migrations_core_cards_124:
|
249
|
-
version: '20190503122739'
|
250
|
-
schema_migrations_core_cards_125:
|
251
|
-
version: '20190528131330'
|
252
|
-
schema_migrations_core_cards_126:
|
253
|
-
version: '20190528141530'
|
254
|
-
schema_migrations_core_cards_127:
|
255
|
-
version: '20190605133556'
|
256
|
-
schema_migrations_core_cards_128:
|
257
|
-
version: '20190618110446'
|
258
|
-
schema_migrations_core_cards_129:
|
259
|
-
version: '20190621143156'
|
260
|
-
schema_migrations_core_cards_130:
|
261
|
-
version: '20190625153614'
|
262
|
-
schema_migrations_core_cards_131:
|
263
|
-
version: '20190625153615'
|
264
|
-
schema_migrations_core_cards_132:
|
265
|
-
version: '20190625153616'
|
266
|
-
schema_migrations_core_cards_133:
|
267
|
-
version: '20190710090205'
|
268
|
-
schema_migrations_core_cards_134:
|
269
|
-
version: '20190710090207'
|
270
|
-
schema_migrations_core_cards_135:
|
271
|
-
version: '20190710090208'
|
272
|
-
schema_migrations_core_cards_136:
|
273
|
-
version: '20190710090209'
|
274
|
-
schema_migrations_core_cards_137:
|
275
|
-
version: '20190718140125'
|
276
|
-
schema_migrations_core_cards_138:
|
277
|
-
version: '20190718140126'
|
278
|
-
schema_migrations_core_cards_139:
|
279
|
-
version: '20190820155833'
|
280
|
-
schema_migrations_core_cards_140:
|
281
|
-
version: '20190822093633'
|
282
|
-
schema_migrations_core_cards_141:
|
283
|
-
version: '20190823220017'
|
284
|
-
schema_migrations_core_cards_142:
|
285
|
-
version: '20190823220018'
|
286
|
-
schema_migrations_core_cards_143:
|
287
|
-
version: '20190826132738'
|
288
|
-
schema_migrations_core_cards_144:
|
289
|
-
version: '20190829093961'
|
290
|
-
schema_migrations_core_cards_145:
|
291
|
-
version: '20190829151731'
|
292
|
-
schema_migrations_core_cards_146:
|
293
|
-
version: '20190829205148'
|
294
|
-
schema_migrations_core_cards_147:
|
295
|
-
version: '20190830131820'
|
296
|
-
schema_migrations_core_cards_148:
|
297
|
-
version: '20190902161223'
|
298
|
-
schema_migrations_core_cards_149:
|
299
|
-
version: '20190902193208'
|
300
|
-
schema_migrations_core_cards_150:
|
301
|
-
version: '20190904174403'
|
302
|
-
schema_migrations_core_cards_151:
|
303
|
-
version: '20190909104250'
|
304
|
-
schema_migrations_core_cards_152:
|
305
|
-
version: '20190918200115'
|
306
|
-
schema_migrations_core_cards_153:
|
307
|
-
version: '20190927112151'
|
308
|
-
schema_migrations_core_cards_154:
|
309
|
-
version: '20191008201046'
|
310
|
-
schema_migrations_core_cards_155:
|
311
|
-
version: '20191014204655'
|
312
|
-
schema_migrations_core_cards_156:
|
313
|
-
version: '20191028135243'
|
314
|
-
schema_migrations_core_cards_157:
|
315
|
-
version: '20191115160748'
|
316
|
-
schema_migrations_core_cards_158:
|
317
|
-
version: '20191118145629'
|
318
|
-
schema_migrations_core_cards_159:
|
319
|
-
version: '20200804112345'
|
320
|
-
schema_migrations_core_cards_160:
|
321
|
-
version: '20200804112346'
|
322
|
-
schema_migrations_core_cards_161:
|
323
|
-
version: '20200804112347'
|
324
|
-
schema_migrations_core_cards_162:
|
325
|
-
version: '20200804112348'
|
326
|
-
schema_migrations_core_cards_163:
|
327
|
-
version: '20200805112346'
|
328
|
-
schema_migrations_core_cards_164:
|
329
|
-
version: '20200806112346'
|
330
|
-
schema_migrations_core_cards_165:
|
331
|
-
version: '20200809112346'
|
332
|
-
schema_migrations_core_cards_166:
|
333
|
-
version: '20200821231558'
|
334
|
-
schema_migrations_core_cards_167:
|
335
|
-
version: '20201115133753'
|
336
|
-
schema_migrations_core_cards_168:
|
337
|
-
version: '20201129140917'
|
338
|
-
schema_migrations_core_cards_169:
|
339
|
-
version: '20210509141814'
|
340
|
-
schema_migrations_core_cards_170:
|
341
|
-
version: '202108028112350'
|
342
|
-
schema_migrations_core_cards_171:
|
343
|
-
version: '202108028112351'
|
344
|
-
schema_migrations_core_cards_172:
|
345
|
-
version: '202108028112352'
|
346
|
-
schema_migrations_core_cards_173:
|
347
|
-
version: '20211107155032'
|
@@ -1 +0,0 @@
|
|
1
|
-
--- {}
|