Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 1.02 KB

File metadata and controls

20 lines (14 loc) · 1.02 KB

Database Structure Change Logger for PostgreSQL

This tool is designed to log changes made to your PostgreSQL databases and provide revert statements in markup. It's an essential utility for managing database migrations and ensuring data integrity.

Features

Change Logging: The tool logs all changes made to the structure of your PostgreSQL database. Data Logging is not part of this.

Revert Statements

For every change logged, the tool generates a corresponding revert statement. This allows you to easily undo any changes if necessary.

Usage

To use this tool, run the createSqlDataSTructureChangeLog.sql script on your PostgreSQL database. Then you can find the log in the ddl_log table.

Note

This tool is specifically designed for PostgreSQL databases. It will not work with other types of databases.

Support

If you encounter any issues or have any questions about this tool, please open an issue in this repository.

License

This project is licensed under the MIT License. See the LICENSE file for more details.