Skip to content
Snippets Groups Projects
Commit ae400e69 authored by Rémi PAILHAREY's avatar Rémi PAILHAREY :fork_knife_plate:
Browse files

fix: use grdf doctypes instead of egl

parent 48328ad0
No related branches found
No related tags found
1 merge request!322.0 Release
Pipeline #101591 passed
......@@ -5,15 +5,15 @@ const DOCTYPE_ACCOUNTS_VERSION = 1
const rangeDate = {
day: {
doctype: 'com.grandlyon.egl.day',
doctype: 'com.grandlyon.grdf.day',
keys: ['year', 'month', 'day']
},
month: {
doctype: 'com.grandlyon.egl.month',
doctype: 'com.grandlyon.grdf.month',
keys: ['year', 'month']
},
year: {
doctype: 'com.grandlyon.egl.year',
doctype: 'com.grandlyon.grdf.year',
keys: ['year']
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment