2fc932cae59c624acb9d2ab90e0dda97c7189bb1
[dbsrgits/DBIx-Class-Fixtures.git] / t / var / configs / date.json
1 {
2         might_have: {
3             fetch: 0
4         },
5         has_many: {
6             fetch: 0
7         },
8         sets: [{
9             class: 'Track',
10             ids: ['9']
11         }],
12         datetime_relative : "2007-10-30 00:00:00"  
13 }