Merge pull request #3154 from mkllnk/update-db-schema

Update schema for latest migration
This commit is contained in:
Pau Pérez Fabregat
2018-11-29 11:34:43 +01:00
committed by GitHub

View File

@@ -11,7 +11,7 @@
#
# It's strongly recommended to check this file into your version control system.
ActiveRecord::Schema.define(:version => 20181106162211) do
ActiveRecord::Schema.define(:version => 20181123012635) do
create_table "account_invoices", :force => true do |t|
t.integer "user_id", :null => false