Page Menu
Home
GRNET
Search
Configure Global Search
Log In
Files
F461533
location_log.rb
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sun, May 18, 1:44 AM
Size
512 B
Mime Type
text/x-c++
Expires
Tue, May 20, 1:44 AM (1 d, 6 h)
Engine
blob
Format
Raw Data
Handle
220167
Attached To
rARCHIVING archiving
location_log.rb
View Options
# Bacula LocationLog table
class
LocationLog
<
ActiveRecord
::
Base
self
.
table_name
=
:LocationLog
self
.
primary_key
=
:LocLogId
alias_attribute
:loc_log_id
,
:LocLogId
alias_attribute
:date
,
:Date
alias_attribute
:comment
,
:Comment
alias_attribute
:media_id
,
:MediaId
alias_attribute
:location_id
,
:LocationId
alias_attribute
:new_vol_status
,
:NewVolStatus
alias_attribute
:new_enabled
,
:NewEnabled
belongs_to
:media
,
foreign_key
:
:MediaId
belongs_to
:location
,
foreign_key
:
:LocationId
end
Event Timeline
Log In to Comment