Searched defs:up (Results 1 - 19 of 19) sorted by relevance

/ontohub/db/migrate/
H A D20150715081890_remove_goals_from_proof_attempt_configuration.rb2 def up method in class:RemoveGoalsFromProofAttemptConfiguration
H A D20150805075102_add_file_extension_p.rb2 def up method in class:AddFileExtensionP
H A D20150806044907_remove_basic_proof_model.rb2 def up method in class:RemoveBasicProofModel
H A D20151024151554_remove_structured_proofs.rb2 def up method in class:RemoveStructuredProofs
H A D20160110133823_change_proof_status_from_loc_id_to_slug_routing.rb2 def up method in class:ChangeProofStatusFromLocIdToSlugRouting
H A D20160110133824_create_loc_ids.rb2 def up method in class:CreateLocIds
H A D20160310132618_enter_name_for_mappings.rb2 def up method in class:EnterNameForMappings
H A D20160310132619_create_missing_locids.rb3 def up method in class:CreateMissingLocids
H A D20160719104019_index_locid_specifics.rb2 def up method in class:IndexLocidSpecifics
H A D20160310132620_move_loc_id_to_own_model.rb12 def up method in class:MoveLocIdToOwnModel
H A D20150715081827_init_schema.rb6 def up method in class:InitSchema
185 t.boolean "up", :default => false, :null => false
H A D20160614065105_add_association_from_commit_to_user.rb2 def up method in class:AddAssociationFromCommitToUser
/ontohub/db/data/
H A D20160107154144_recreate_repository_symlinks.rb2 def self.up singleton method in class:RecreateRepositorySymlinks
H A D20160426082023_recreate_symlinks.rb2 def self.up singleton method in class:RecreateSymlinks
H A D20160614065106_fill_empty_commits.rb2 def self.up singleton method in class:FillEmptyCommits
H A D20160719133546_preload_locids.rb2 def self.up singleton method in class:PreloadLocids
H A D20160614065104_create_missing_commits.rb2 def self.up singleton method in class:CreateMissingCommits
H A D20160310132620_move_loc_id_to_own_model_data.rb1 # This is an exceptional data migration. Only here, we don't use `up` or `down`
7 def self.up singleton method in class:MoveLocIdToOwnModelData
/ontohub/app/models/
H A Dhets_instance.rb29 before_save :set_up_state, unless: ->() { changed_attributes.key?("up") }
37 where(up: true).where('version >= ?', Hets.minimal_version_string)
116 def up?
117 up
165 self.up = !! version
166 self.version = version if up

Completed in 923 milliseconds