This commit is contained in:
Nicolas Bally 2019-11-11 16:16:03 +01:00
parent 7ad2376ed1
commit 8d746d0722
3 changed files with 4 additions and 2 deletions

View File

@ -66,10 +66,10 @@ ActiveRecord::Schema.define(version: 2019_10_29_152018) do
t.string "current_sign_in_ip"
t.string "last_sign_in_ip"
t.string "remember_token"
t.integer "p_commercial_id"
t.boolean "super_admin", default: false
t.datetime "created_at", precision: 6, null: false
t.datetime "updated_at", precision: 6, null: false
t.integer "p_commercial_id"
end
create_table "albums", options: "ENGINE=InnoDB DEFAULT CHARSET=utf8mb4", force: :cascade do |t|
@ -935,6 +935,8 @@ ActiveRecord::Schema.define(version: 2019_10_29_152018) do
t.integer "p_commercial_id"
t.integer "accounting_zone_id"
t.bigint "market_discount_id"
t.string "siret"
t.string "tva_intra"
t.text "closed_day"
t.boolean "discount_enrobage", default: false
t.boolean "discount_comptant", default: false

View File

@ -8,7 +8,7 @@
LangSite.create(:name => "Français", :slug => "fr", :enabled => true)
Admin.create(:email => "info@nicolasbally.com", :username => "nico", :password => "123456", :password_confirmation => "123456", :super_admin => true)
Admin.create(:email => "info@nicolasbally.com", :firstname => "Nicolas", :name => "Bally", :username => "nico", :password => "123456", :password_confirmation => "123456", :super_admin => true)
Menu.create(:name => "Menu principal", :max_levels => 3)

BIN
public/logo-thatcher.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 45 KiB