forked from github/wulkanowy-mirror
Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
5dcd4f9b72 | |||
c4792289ef |
@ -43,8 +43,8 @@ android {
|
||||
testApplicationId "io.github.tests.wulkanowy"
|
||||
minSdkVersion 15
|
||||
targetSdkVersion 27
|
||||
versionCode 15
|
||||
versionName "0.5.1"
|
||||
versionCode 16
|
||||
versionName "0.5.2"
|
||||
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
||||
vectorDrawables.useSupportLibrary = true
|
||||
playAccountConfig = playAccountConfigs.defaultAccountConfig
|
||||
|
@ -32,7 +32,7 @@ class Migration29 : DbHelper.Migration {
|
||||
|
||||
private fun modifyStudents(db: Database) {
|
||||
db.execSQL("ALTER TABLE Students ADD COLUMN school_id INTEGER")
|
||||
db.execSQL("UPDATE Students SET (school_id) = ('1')")
|
||||
db.execSQL("UPDATE Students SET school_id = '1'")
|
||||
}
|
||||
|
||||
private fun getRealSchoolId(db: Database): String {
|
||||
|
@ -1 +1 @@
|
||||
Wulkanowy Dziennik UONET+
|
||||
Wulkanowy Dzienniczek UONET+
|
||||
|
Reference in New Issue
Block a user