Use to log all change in your SQL server. How to work ? 1. Open extension 2. Login to your instance SQL 3. Choose Database and right click => Enable version control 4. Any time when you alter store, view... you can log that action
How to see the log ? 1. Click click to object (store,view, fucntion...) => Show log 2. In the log table, you can compare the change
Future function: Rollback change to db, remember database when login.... |