6 Commits

Author SHA1 Message Date
c7ee9b8ebb correction of moderator relation (user not person) 2019-02-01 15:42:20 +01:00
ca6f836195 add a new moderator field on events 2019-01-15 16:01:47 +01:00
7b8f2d1206 add time to field date, prepare and run migration script 2019-01-10 15:31:40 +01: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
b89ed5d534 add link to scope, center, type on Event 2016-03-22 14:00:48 +01:00
cd7e9a9e2b add migration file 2016-03-18 11:33:59 +01:00