32 lines
778 B
Plaintext
32 lines
778 B
Plaintext
|
|
migrations:
|
|
|
|
add-migration xxx -Project gehGassiApp.Data -StartupProject gehGassiApp.DbConfig
|
|
|
|
add-migration Initial -Project gehGassiApp.Data -StartupProject gehGassiApp.DbConfig
|
|
|
|
remove-migration -Project gehGassiApp.Data -StartupProject gehGassiApp.DbConfig
|
|
|
|
update-database -Project gehGassiApp.Data -StartupProject gehGassiApp.DbConfig
|
|
|
|
DB kopieren
|
|
https://libinjoseph.com/2019/access-your-sqlite/
|
|
|
|
com.creativebits.gmft.mobile
|
|
"/data/user/0/com.gehgassi.gehgassi/files/database.db"
|
|
|
|
adb shell
|
|
run-as com.gehgassi.gehgassi
|
|
cd files
|
|
ls
|
|
cp database.db /sdcard/database.db
|
|
exit
|
|
exit
|
|
adb pull /sdcard/database.db d:\Temp
|
|
|
|
|
|
|
|
|
|
Kopieren der aktuellen Version auf einen Folder im Emulator
|
|
|
|
adb push "D:\AndroidArchives\com.gehgassi.gehgassi_32.apk" /storage/emulated/0/Download |