mirror of
https://github.com/internetee/registry.git
synced 2025-07-21 02:05:57 +02:00
Add account activity to registrar
This commit is contained in:
parent
f2f2e42608
commit
32073ca862
15 changed files with 117 additions and 32 deletions
|
@ -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|
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue