class AddSyncType
Public Class Methods
down()
click to toggle source
# File lib/gitdocs/migration/007_add_sync_type.rb, line 7 def self.down fail end
up()
click to toggle source
# File lib/gitdocs/migration/007_add_sync_type.rb, line 3 def self.up add_column :shares, :sync_type, :string, default: 'full' end