mirror of
https://github.com/DBDiff/DBDiff.git
synced 2026-04-25 13:25:49 +03:00
[GH-ISSUE #96] Just update the second db #203
Labels
No labels
bug
enhancement
good first issue
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/DBDiff#203
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @aniskasmi on GitHub (Dec 21, 2019).
Original GitHub issue: https://github.com/DBDiff/DBDiff/issues/96
Hi
I have two same database
I just want to update the missing elements of the first compared to the 2nd DB
Example :
tab: users
2 records on the first DB
tab: users
2 records on the second db
If i add i record to users of first DB when i launch this command
php dbdiff server1.users:server2.users--include=down --type=data
The last record on DB 1 is delete
Thx