[PR #5] [CLOSED] [FEATURE] Table to exclude #232

Closed
opened 2026-03-07 20:42:24 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/DBDiff/DBDiff/pull/5
Author: @webian
Created: 5/13/2016
Status: Closed

Base: masterHead: master


📝 Commits (1)

  • 88488e9 [FEATURE] Table to exclude

📊 Changes

4 files changed (+19 additions, -4 deletions)

View changed files

📝 README.md (+5 -0)
📝 src/DB/Data/DBData.php (+6 -1)
📝 src/DB/DiffCalculator.php (+2 -2)
📝 src/DB/Schema/DBSchema.php (+6 -1)

📄 Description

Tables to exclude from the check can be set up in the .dbdiff config file with a YAML collection:

tablesToExclude:
- table1
- table2
- table3

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/DBDiff/DBDiff/pull/5 **Author:** [@webian](https://github.com/webian) **Created:** 5/13/2016 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`88488e9`](https://github.com/DBDiff/DBDiff/commit/88488e915227a6a197aaed693d656a3e6d82abb1) [FEATURE] Table to exclude ### 📊 Changes **4 files changed** (+19 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+5 -0) 📝 `src/DB/Data/DBData.php` (+6 -1) 📝 `src/DB/DiffCalculator.php` (+2 -2) 📝 `src/DB/Schema/DBSchema.php` (+6 -1) </details> ### 📄 Description Tables to exclude from the check can be set up in the .dbdiff config file with a YAML collection: ``` tablesToExclude: - table1 - table2 - table3 ``` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-07 20:42:24 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/DBDiff#232
No description provided.