Fix incorrect column name
authorJoshua Rüsweg <ruesweg@woltlab.com>
Thu, 12 Dec 2019 17:22:55 +0000 (18:22 +0100)
committerJoshua Rüsweg <ruesweg@woltlab.com>
Thu, 12 Dec 2019 17:23:01 +0000 (18:23 +0100)
wcfsetup/install/files/acp/update_com.woltlab.wcf_5.2.php

index 04d7c03226d81f370544515bca27251375d9d2fb..d346c96bf9c38fe62b75975736e5674ca70642c3 100644 (file)
@@ -129,7 +129,7 @@ $tables = [
                        DefaultFalseBooleanDatabaseTableColumn::create('captionEnableHtml'),
                        NotNullInt10DatabaseTableColumn::create('downloads')
                                ->defaultValue(0),
-                       NotNullInt10DatabaseTableColumn::create('lastDownload')
+                       NotNullInt10DatabaseTableColumn::create('lastDownloadTime')
                                ->defaultValue(0)
                ]),