diff --git a/.idea/modules.xml b/.idea/modules.xml
index 9c7f509..1e51467 100644
--- a/.idea/modules.xml
+++ b/.idea/modules.xml
@@ -9,6 +9,7 @@
+
diff --git a/app/libs/processor.jar b/app/libs/processor.jar
index 486ef7a..bb501d8 100644
Binary files a/app/libs/processor.jar and b/app/libs/processor.jar differ
diff --git a/app/src/main/assets/migrations/3.sql b/app/src/main/assets/migrations/3.sql
new file mode 100644
index 0000000..24d224b
--- /dev/null
+++ b/app/src/main/assets/migrations/3.sql
@@ -0,0 +1,3 @@
+ALTER table test ADD COLUMN age INTEGER
+ALTER table test ADD COLUMN area INTEGER
+ALTER table test ADD COLUMN name TEXT
--
libgit2 0.21.0