Commit 61f408256268d452644656761611da61e7b36063

Authored by 陶汉栋
1 parent b6054d7e

no message

.idea/modules.xml
... ... @@ -9,6 +9,7 @@
9 9 <module fileurl="file://$PROJECT_DIR$/parentwork.iml" filepath="$PROJECT_DIR$/parentwork.iml" />
10 10 <module fileurl="file://F:\parentWorkHolper\parentwork.iml" filepath="F:\parentWorkHolper\parentwork.iml" />
11 11 <module fileurl="file://$PROJECT_DIR$/processor/processor.iml" filepath="$PROJECT_DIR$/processor/processor.iml" />
  12 + <module fileurl="file://E:\parentwork\processor\processor.iml" filepath="E:\parentwork\processor\processor.iml" />
12 13 <module fileurl="file://$PROJECT_DIR$/roundedimageview-2.2.1/roundedimageview-2.2.1.iml" filepath="$PROJECT_DIR$/roundedimageview-2.2.1/roundedimageview-2.2.1.iml" />
13 14 </modules>
14 15 </component>
... ...
app/libs/processor.jar
No preview for this file type
app/src/main/assets/migrations/3.sql 0 → 100644
... ... @@ -0,0 +1,3 @@
  1 +ALTER table test ADD COLUMN age INTEGER
  2 +ALTER table test ADD COLUMN area INTEGER
  3 +ALTER table test ADD COLUMN name TEXT
... ...