mirror of
https://github.com/internetee/registry.git
synced 2025-08-01 23:42:04 +02:00
Add invoice numbers
This commit is contained in:
parent
109ce6c912
commit
1e47f3e41c
10 changed files with 35 additions and 14 deletions
|
@ -11,7 +11,7 @@
|
|||
#
|
||||
# It's strongly recommended that you check this file into your version control system.
|
||||
|
||||
ActiveRecord::Schema.define(version: 20150422132631) do
|
||||
ActiveRecord::Schema.define(version: 20150423083308) do
|
||||
|
||||
# These are extensions that must be enabled in order to support this database
|
||||
enable_extension "plpgsql"
|
||||
|
@ -367,6 +367,7 @@ ActiveRecord::Schema.define(version: 20150422132631) do
|
|||
t.string "buyer_email"
|
||||
t.string "creator_str"
|
||||
t.string "updator_str"
|
||||
t.integer "number"
|
||||
end
|
||||
|
||||
add_index "invoices", ["buyer_id"], name: "index_invoices_on_buyer_id", using: :btree
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue