mirror of
https://github.com/discourse/discourse.git
synced 2026-08-17 16:35:03 -05:00
DEV: Apply syntax_tree formatting to db/*
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
class AddTwitterUserInfo < ActiveRecord::Migration[4.2]
|
||||
def change
|
||||
create_table :twitter_user_infos do |t|
|
||||
create_table :twitter_user_infos do |t|
|
||||
t.integer :user_id, null: false
|
||||
t.string :screen_name, null: false
|
||||
t.integer :twitter_user_id, null: false
|
||||
|
||||
Reference in New Issue
Block a user