You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,7 @@
4
4
Cassandra migration tool for java is a lightweight tool used to execute schema and data migration on Cassandra database. Schema versioning state is saved in `schema_version` table which stores name and description of migration along with type and timestamp.
5
5
6
6
There are two types of migrations:
7
+
7
8
1. SCHEMA migrations, which alter database schema (add or remove column, change type of column, add table, etc)
8
9
2. DATA migrations, which alter data (update, read from one table to another, calculate new fields based on existing data, etc).
0 commit comments