add: notice message skeletal code

This commit is contained in:
2021-09-09 16:32:13 +08:00
parent 8c60ce1d76
commit 86d634d94f
43 changed files with 1696 additions and 236 deletions

View File

@@ -0,0 +1,15 @@
# == Schema Information
#
# Table name: message_templates
#
# id :integer not null, primary key
# type :string(255)
# sys_notice :text(65535)
# email :text(65535)
# created_at :datetime not null
# updated_at :datetime not null
#
# 我关注的仓库被转移
class MessageTemplate::ProjectTransfer < MessageTemplate
end