Gab Social. All are welcome.
This commit is contained in:
5
db/migrate/20170905165803_add_local_to_statuses.rb
Normal file
5
db/migrate/20170905165803_add_local_to_statuses.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
class AddLocalToStatuses < ActiveRecord::Migration[5.1]
|
||||
def change
|
||||
add_column :statuses, :local, :boolean, null: true, default: nil
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user