4 Commits

Author SHA1 Message Date
2aa59d1cf3 fix deprecated ObjectManager path in data fixtures scripts 2020-09-04 20:35:32 +02:00
d8de53ca3c rename 'label' to 'name'.
Warning : this commit require to rename some table column, but the
original Version file has been update.

If you do not care to loose your date, you may run :

```
php app/console doctrine:migrations:execute --down 20160318111334
php app/console doctrine:migrations:execute --up 20160318111334
php app/console doctrine:cache:metadata #(if you have a cache for
doctrine meta date)
```
close #20
2016-03-24 23:30:37 +01:00
e66a855c0a adding a scope/circle to events
ref #1
2016-03-22 12:36:11 +01:00
d7fc04cdaa add fixtures for events
fix #17
2016-03-22 09:59:18 +01:00