mirror of
https://github.com/discourse/discourse.git
synced 2025-04-28 14:54:35 +08:00
DEV: Remove unused instagram_user_info model
This has been unused since 703c724cf3adff0feb89f99be30f4fb4ed540e22
This commit is contained in:
parent
88dce41be1
commit
ad6f33e5b1
@ -1,19 +0,0 @@
|
|||||||
# frozen_string_literal: true
|
|
||||||
|
|
||||||
class InstagramUserInfo < ActiveRecord::Base
|
|
||||||
|
|
||||||
belongs_to :user
|
|
||||||
|
|
||||||
end
|
|
||||||
|
|
||||||
# == Schema Information
|
|
||||||
#
|
|
||||||
# Table name: instagram_user_infos
|
|
||||||
#
|
|
||||||
# id :integer not null, primary key
|
|
||||||
# user_id :integer
|
|
||||||
# screen_name :string
|
|
||||||
# instagram_user_id :integer
|
|
||||||
# created_at :datetime not null
|
|
||||||
# updated_at :datetime not null
|
|
||||||
#
|
|
Loading…
x
Reference in New Issue
Block a user