Remove refactor migrations from schema

This commit is contained in:
mgabdev
2020-05-10 00:04:04 -04:00
parent f3c3a66e6b
commit 589605c46e
3 changed files with 2 additions and 4 deletions

View File

@@ -6,7 +6,7 @@
# id :bigint(8) not null, primary key
# list_id :bigint(8) not null
# account_id :bigint(8) not null
# follow_id :bigint(8) default(1)
# follow_id :bigint(8) not null
#
class ListAccount < ApplicationRecord

View File

@@ -25,7 +25,6 @@
# group_id :integer
# quote_of_id :bigint(8)
# revised_at :datetime
# markdown :text
#
class Status < ApplicationRecord