Page MenuHomeGRNET

version.rb
No OneTemporary

File Metadata

Created
Sun, Aug 10, 7:40 AM

version.rb

# Bacula Version table
#
# The Version table defines the Bacula database version number.
# Bacula checks this number before reading the database to ensure that it is
# compatible with the Bacula binary file.
class Version < ActiveRecord::Base
self.table_name = :Version
alias_attribute :version_id, :VersionId
end

Event Timeline