]> git.ktnx.net Git - mobile-ledger.git/commit
expand pattern tables with all needed fields; prepare for Room adoption
authorDamyan Ivanov <dam+mobileledger@ktnx.net>
Fri, 29 Jan 2021 05:17:35 +0000 (05:17 +0000)
committerDamyan Ivanov <dam+mobileledger@ktnx.net>
Fri, 29 Jan 2021 11:27:04 +0000 (11:27 +0000)
commita89accc8449a3a7ed5215b750d83f1a65654ca0c
tree384f628bf331f928d5f8e66fe8407d1bcbcef7a2
parent373b80763a5c81c637367173d0ea2e373371bacd
expand pattern tables with all needed fields; prepare for Room adoption
17 files changed:
app/schemas/net.ktnx.mobileledger.db.DB/1.json [new file with mode: 0644]
app/schemas/net.ktnx.mobileledger.db.DB/43.json [new file with mode: 0644]
app/schemas/net.ktnx.mobileledger.db.DB/44.json [new file with mode: 0644]
app/schemas/net.ktnx.mobileledger.db.DB/45.json [new file with mode: 0644]
app/schemas/net.ktnx.mobileledger.db.DB/46.json [new file with mode: 0644]
app/schemas/net.ktnx.mobileledger.db.DB/47.json [new file with mode: 0644]
app/schemas/net.ktnx.mobileledger.db.DB/48.json [new file with mode: 0644]
app/schemas/net.ktnx.mobileledger.db.DB/49.json [new file with mode: 0644]
app/src/main/java/net/ktnx/mobileledger/utils/MobileLedgerDatabase.java
app/src/main/res/raw/create_db.sql
app/src/main/res/raw/sql_43.sql [new file with mode: 0644]
app/src/main/res/raw/sql_44.sql [new file with mode: 0644]
app/src/main/res/raw/sql_45.sql [new file with mode: 0644]
app/src/main/res/raw/sql_46.sql [new file with mode: 0644]
app/src/main/res/raw/sql_47.sql [new file with mode: 0644]
app/src/main/res/raw/sql_48.sql [new file with mode: 0644]
app/src/main/res/raw/sql_49.sql [new file with mode: 0644]