tnc1997 / azure-app-configuration-emulator

Please note that Emulator for Azure App Configuration is unofficial and not endorsed by Microsoft.
MIT License
3 stars 3 forks source link

Add a configuration setting revision entity to the database #32

Closed tnc1997 closed 8 months ago

tnc1997 commented 8 months ago

Is your feature request related to a problem? Please describe. As a user I would like historical configuration settings to be stored in the database.

Describe the solution you'd like The ApplicationDbContext should contain a ConfigurationSettingRevisions property. The table should be populated by the methods in the ConfigurationSettingRepository.