Page Menu
Home
GRNET
Search
Configure Global Search
Log In
Files
F1300224
20151028083132_create_schedules.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
Wed, Nov 19, 12:32 PM
Size
262 B
Mime Type
text/x-ruby
Expires
Fri, Nov 21, 12:32 PM (11 h, 25 m)
Engine
blob
Format
Raw Data
Handle
294810
Attached To
rARCHIVING archiving
20151028083132_create_schedules.rb
View Options
class
CreateSchedules
<
ActiveRecord
::
Migration
def
connection
ActiveRecord
::
Base
.
establish_connection
(
Baas
::
settings
[
:local_db
]
)
.
connection
end
def
change
create_table
:schedules
do
|
t
|
t
.
string
:name
t
.
string
:runs
end
end
end
Event Timeline
Log In to Comment