montessori-ressources / web

Montessori Ressources full stack webapp based on PHP Symfony
MIT License
2 stars 0 forks source link

updating migration file + doc #28

Closed julbrs closed 5 years ago

julbrs commented 5 years ago

This is to fix #21

A bit of doc in the README to help !

StaudenmannM commented 5 years ago

I've been able to run migration:migrate but fixtures::load generate the following error. I guess fixture for the user has to be updated ?

The Error An exception occurred while executing 'INSERT INTO fos_user (username, username_canonical, email, email_canonical, enabled, salt, password, last_login, confirmation_token, pas
sword_requested_at, roles, facebook_id, google_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)':

SQLSTATE[HY000]: General error: 1 table fos_user has no column named facebook_id

StaudenmannM commented 5 years ago

sorry I was on the wrong branch. it's working fine.