parent
f5b4bc3e43
commit
8279d9385c
@ -0,0 +1,4 @@
|
||||
#coding=utf-8
|
||||
#
|
||||
class WechatLog < ActiveRecord::Base
|
||||
end
|
@ -0,0 +1,5 @@
|
||||
class AddIndexOpenidToWechatLogs < ActiveRecord::Migration
|
||||
def change
|
||||
add_index(:wechat_logs, :openid)
|
||||
end
|
||||
end
|
Loading…
Reference in new issue