feat(server): store and expose last updated date of gtfs data
This commit is contained in:
parent
25e5282ea8
commit
5535034fd7
8 changed files with 430 additions and 2 deletions
|
|
@ -7,6 +7,7 @@ val CommonModules = module {
|
|||
includes(PlatformModule)
|
||||
|
||||
single { Database.build(get<PlatformDatabaseBuilder>().getBuilder()) }
|
||||
single { get<Database>().versionMetadataDao }
|
||||
single { get<Database>().routeDao }
|
||||
single { get<Database>().shapeDao }
|
||||
single { get<Database>().stopDao }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue