Re: [pgAdmin4][Patch]: Ensure any changes to the config database are backward compatible

2017-08-29 Thread Dave Page
Thanks, patch applied. On Fri, Aug 25, 2017 at 3:12 PM, Surinder Kumar < surinder.ku...@enterprisedb.com> wrote: > Created an RM to track this > issue. > > On Fri, Aug 25, 2017 at 7:19 PM, Surinder Kumar < > surinder.ku...@enterprisedb.com> wrote: > >>

Re: [pgAdmin4][Patch]: Ensure any changes to the config database are backward compatible

2017-08-25 Thread Surinder Kumar
Created an RM to track this issue. On Fri, Aug 25, 2017 at 7:19 PM, Surinder Kumar < surinder.ku...@enterprisedb.com> wrote: > ​Hi,​ > > We will use config variable `SCHEMA_VERSION` to keep track of SQLite > database changes. Whenever there is any chan

[pgAdmin4][Patch]: Ensure any changes to the config database are backward compatible

2017-08-25 Thread Surinder Kumar
​Hi,​ We will use config variable `SCHEMA_VERSION` to keep track of SQLite database changes. Whenever there is any change is performed in the database, the count of schema version will be incremented by 1 and the same will be updated in SQLite table `version`. So, these changes make sure the data