Skip to content

Commit f710a1d

Browse files
committed
Update README.md
1 parent 3e318af commit f710a1d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
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.
55

66
There are two types of migrations:
7+
78
1. SCHEMA migrations, which alter database schema (add or remove column, change type of column, add table, etc)
89
2. DATA migrations, which alter data (update, read from one table to another, calculate new fields based on existing data, etc).
910

0 commit comments

Comments
 (0)