8 lines
155 B
Ruby
8 lines
155 B
Ruby
|
class CreateUserActivities < ActiveRecord::Migration
|
||
|
DOWNTIME = false
|
||
|
|
||
|
# This migration is a no-op. It just exists to match EE.
|
||
|
def change
|
||
|
end
|
||
|
end
|