new revision model

This commit is contained in:
2458773093
2019-09-11 17:21:29 +03:00
parent 6465713858
commit d1f7d17ef5
2 changed files with 15 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
# == Schema Information
#
# Table name: status_revisions
#
# id :bigint(8) not null, primary key
# status_id :bigint(8)
# text :string
# created_at :datetime not null
# updated_at :datetime not null
#
class StatusRevision < ApplicationRecord
end