Add account activity to registrar

This commit is contained in:
Martin Lensment 2015-04-16 13:21:43 +03:00
parent f2f2e42608
commit 32073ca862
15 changed files with 117 additions and 32 deletions

View file

@ -11,7 +11,7 @@
#
# It's strongly recommended that you check this file into your version control system.
ActiveRecord::Schema.define(version: 20150416080828) do
ActiveRecord::Schema.define(version: 20150416092026) do
# These are extensions that must be enabled in order to support this database
enable_extension "plpgsql"
@ -24,6 +24,7 @@ ActiveRecord::Schema.define(version: 20150416080828) do
t.integer "bank_transaction_id"
t.datetime "created_at"
t.datetime "updated_at"
t.string "description"
end
create_table "accounts", force: :cascade do |t|