/ontohub/db/migrate/ |
H A D | 20150805075102_add_file_extension_p.rb | 7 def down method in class:AddFileExtensionP
|
H A D | 20160719104019_index_locid_specifics.rb | 7 def down method in class:IndexLocidSpecifics
|
H A D | 20150715081890_remove_goals_from_proof_attempt_configuration.rb | 6 def down method in class:RemoveGoalsFromProofAttemptConfiguration
|
H A D | 20160310132618_enter_name_for_mappings.rb | 14 def down method in class:EnterNameForMappings
|
H A D | 20160110133824_create_loc_ids.rb | 13 def down method in class:CreateLocIds
|
H A D | 20151024151554_remove_structured_proofs.rb | 7 def down method in class:RemoveStructuredProofs
|
H A D | 20150806044907_remove_basic_proof_model.rb | 9 def down method in class:RemoveBasicProofModel
|
H A D | 20160110133823_change_proof_status_from_loc_id_to_slug_routing.rb | 14 def down method in class:ChangeProofStatusFromLocIdToSlugRouting
|
H A D | 20160310132619_create_missing_locids.rb | 23 def down method in class:CreateMissingLocids
|
H A D | 20160310132620_move_loc_id_to_own_model.rb | 36 def down method in class:MoveLocIdToOwnModel
|
H A D | 20160614065105_add_association_from_commit_to_user.rb | 25 def down method in class:AddAssociationFromCommitToUser
|
H A D | 20150715081827_init_schema.rb | 2 def down method in class:InitSchema
|
/ontohub/db/data/ |
H A D | 20160614065106_fill_empty_commits.rb | 6 def self.down singleton method in class:FillEmptyCommits
|
H A D | 20160107154144_recreate_repository_symlinks.rb | 9 def self.down singleton method in class:RecreateRepositorySymlinks
|
H A D | 20160426082023_recreate_symlinks.rb | 8 def self.down singleton method in class:RecreateSymlinks
|
H A D | 20160719133546_preload_locids.rb | 7 def self.down singleton method in class:PreloadLocids
|
H A D | 20160614065104_create_missing_commits.rb | 13 def self.down singleton method in class:CreateMissingCommits
|
H A D | 20160310132620_move_loc_id_to_own_model_data.rb | 1 # This is an exceptional data migration. Only here, we don't use `up` or `down` 11 def self.down singleton method in class:MoveLocIdToOwnModelData
|
/ontohub/script/ |
H A D | rename_refactor.rb | 210 push(:down, "execute <<-SQL\n#{drop_new_function} SQL\n") 211 push(:down, "execute <<-SQL\n#{create_old_function} SQL\n") 221 push(:down, "rename_table '#{new_name}', '#{old_name}'") 235 push(:down, "rename_column '#{table_name}', "\ 269 push(:down, "add_index '#{old_table_name}', [#{old_column_names}], "\ 274 push(:down, "remove_index '#{old_table_name}', name: '#{index_name}'") 289 push(:down, "execute \"ALTER TABLE ONLY #{table} "\ 315 push(:down, "execute \"ALTER TABLE ONLY #{table} "\ 317 push(:down, "execute \"ALTER TABLE ONLY #{table} "\
|